#D2813C

Color #D2813C Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #D2813C

Tints of Peru #D2813C

Color information

#D2813C (or 0xD2813C) is unknown color: approx Peru. HEX triplet: D2, 81 and 3C. RGB value is (210,129,60). Sum of RGB (Red+Green+Blue) = 210+129+60=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2813C is #2D7EC3. Grayscale: #919191. Windows color (decimal): -2981572 or 3965394. OLE color: 3965394.

HSL color Cylindrical-coordinate representation of color #D2813C: hue angle of 27.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2813C is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB21012960-
CMYK00.390.710.18
HSL27.6º62.5%52.94%-
HSV(B)27.6º71.43%82.35%-
XYZ35.2429.738.16-
YUV145.3579.84174.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 52.63%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 60 (23.83% from 255) = 15.04%
R=52.63%
G=32.33%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101296000.390.710.1827.662.552.94
HexD2813C02747121c3e35
Octal3222017404710722347665
Binary1101001010000001111100010011110001111001011100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2813C; }

 p { color: rgb(210,129,60); }

 H1.HeaderClassName
 {
   color: #D2813C;
 }
 .AnyTagClassName
 {
   color: #D2813C;
 }
</style>
background-color css

<style>
 a { background-color: #D2813C; }

 a { background-color: rgb(210,129,60); }

 div.DivClassName
 {
   background-color: #D2813C;
 }
 .BgClassName
 {
   background-color: #D2813C;
 }
</style>
border-color css

<style>
 span { border-color: #D2813C; }

 span { border-color: rgb(210,129,60); }

 td.TdClassName
 {
   border-color: #D2813C;
 }
 .TagClassName
 {
   border-color: #D2813C;
 }
</style>