#D2CC8C

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

Shades of Winter Hazel #D2CC8C

Tints of Winter Hazel #D2CC8C

Color information

#D2CC8C (or 0xD2CC8C) is unknown color: approx Winter Hazel. HEX triplet: D2, CC and 8C. RGB value is (210,204,140). Sum of RGB (Red+Green+Blue) = 210+204+140=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CC8C is #2D3373. Grayscale: #C6C6C6. Windows color (decimal): -2962292 or 9227474. OLE color: 9227474.

HSL color Cylindrical-coordinate representation of color #D2CC8C: hue angle of 54.86º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2CC8C is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210204140-
CMYK00.030.330.18
HSL54.86º43.75%68.63%-
HSV(B)54.86º33.33%82.35%-
XYZ52.958.7833.37-
YUV198.594.99136.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.91%
GREEN value IS 204 (80.08% from 255) = 36.82%
BLUE value IS 140 (55.08% from 255) = 25.27%
R=37.91%
G=36.82%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020414000.030.330.1854.8643.7568.63
HexD2CC8C032112372c45
Octal3223142140341226754105
Binary110100101100110010001100011100001100101101111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CC8C; }

 p { color: rgb(210,204,140); }

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

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

 a { background-color: rgb(210,204,140); }

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

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

 span { border-color: rgb(210,204,140); }

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