#D28D40

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

Shades of Peru #D28D40

Tints of Peru #D28D40

Color information

#D28D40 (or 0xD28D40) is unknown color: approx Peru. HEX triplet: D2, 8D and 40. RGB value is (210,141,64). Sum of RGB (Red+Green+Blue) = 210+141+64=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D40 is #2D72BF. Grayscale: #999999. Windows color (decimal): -2978496 or 4230610. OLE color: 4230610.

HSL color Cylindrical-coordinate representation of color #D28D40: hue angle of 31.64º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D28D40 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB21014164-
CMYK00.330.700.18
HSL31.64º61.86%53.73%-
HSV(B)31.64º69.52%82.35%-
XYZ37.0333.129.29-
YUV152.8577.86168.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.60%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 64 (25.39% from 255) = 15.42%
R=50.60%
G=33.98%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101416400.330.700.1831.6461.8653.73
HexD28D400214612203e36
Octal32221510004110622407666
Binary110100101000110110000000100001100011010010100000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28D40; }

 p { color: rgb(210,141,64); }

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

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

 a { background-color: rgb(210,141,64); }

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

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

 span { border-color: rgb(210,141,64); }

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