#D29049

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

Shades of Peru #D29049

Tints of Peru #D29049

Color information

#D29049 (or 0xD29049) is unknown color: approx Peru. HEX triplet: D2, 90 and 49. RGB value is (210,144,73). Sum of RGB (Red+Green+Blue) = 210+144+73=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D29049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29049 is #2D6FB6. Grayscale: #9B9B9B. Windows color (decimal): -2977719 or 4821202. OLE color: 4821202.

HSL color Cylindrical-coordinate representation of color #D29049: hue angle of 31.09º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D29049 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB21014473-
CMYK00.310.650.18
HSL31.09º60.35%55.49%-
HSV(B)31.09º65.24%82.35%-
XYZ37.7534.1310.9-
YUV155.6481.37166.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.18%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 73 (28.91% from 255) = 17.10%
R=49.18%
G=33.72%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101447300.310.650.1831.0960.3555.49
HexD2904901F41121f3c37
Octal32222011103710122377467
Binary1101001010010000100100101111110000011001011111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29049; }

 p { color: rgb(210,144,73); }

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

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

 a { background-color: rgb(210,144,73); }

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

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

 span { border-color: rgb(210,144,73); }

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