#D4CC85

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

Shades of Winter Hazel #D4CC85

Tints of Winter Hazel #D4CC85

Color information

#D4CC85 (or 0xD4CC85) is unknown color: approx Winter Hazel. HEX triplet: D4, CC and 85. RGB value is (212,204,133). Sum of RGB (Red+Green+Blue) = 212+204+133=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CC85 is #2B337A. Grayscale: #C6C6C6. Windows color (decimal): -2831227 or 8768724. OLE color: 8768724.

HSL color Cylindrical-coordinate representation of color #D4CC85: hue angle of 53.92º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4CC85 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB212204133-
CMYK00.040.370.17
HSL53.92º47.88%67.65%-
HSV(B)53.92º37.26%83.14%-
XYZ52.9858.8830.76-
YUV198.391.15137.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 204 (80.08% from 255) = 37.16%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=38.62%
G=37.16%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220413300.040.370.1753.9247.8867.65
HexD4CC85042511363044
Octal3243142050445216660104
Binary1101010011001100100001010100100101100011101101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CC85; }

 p { color: rgb(212,204,133); }

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

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

 a { background-color: rgb(212,204,133); }

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

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

 span { border-color: rgb(212,204,133); }

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