#D29048

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

Shades of Peru #D29048

Tints of Peru #D29048

Color information

#D29048 (or 0xD29048) is unknown color: approx Peru. HEX triplet: D2, 90 and 48. RGB value is (210,144,72). Sum of RGB (Red+Green+Blue) = 210+144+72=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D29048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29048 is #2D6FB7. Grayscale: #9B9B9B. Windows color (decimal): -2977720 or 4755666. OLE color: 4755666.

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

Color convert

RGB21014472-
CMYK00.310.660.18
HSL31.3º60.53%55.29%-
HSV(B)31.3º65.71%82.35%-
XYZ37.7234.1210.73-
YUV155.5380.87166.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.30%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 72 (28.52% from 255) = 16.90%
R=49.30%
G=33.80%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101447200.310.660.1831.360.5355.29
HexD2904801F42121f3d37
Octal32222011003710222377567
Binary1101001010010000100100001111110000101001011111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29048; }

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

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

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

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

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

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

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

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