#D2C38C

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

Shades of Winter Hazel #D2C38C

Tints of Winter Hazel #D2C38C

Color information

#D2C38C (or 0xD2C38C) is unknown color: approx Winter Hazel. HEX triplet: D2, C3 and 8C. RGB value is (210,195,140). Sum of RGB (Red+Green+Blue) = 210+195+140=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C38C is #2D3C73. Grayscale: #C1C1C1. Windows color (decimal): -2964596 or 9225170. OLE color: 9225170.

HSL color Cylindrical-coordinate representation of color #D2C38C: hue angle of 47.14º 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 #D2C38C is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210195140-
CMYK00.070.330.18
HSL47.14º43.75%68.63%-
HSV(B)47.14º33.33%82.35%-
XYZ50.8354.6332.68-
YUV193.2297.97139.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 195 (76.56% from 255) = 35.78%
BLUE value IS 140 (55.08% from 255) = 25.69%
R=38.53%
G=35.78%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019514000.070.330.1847.1443.7568.63
HexD2C38C0721122f2c45
Octal3223032140741225754105
Binary1101001011000011100011000111100001100101011111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C38C; }

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

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

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

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

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

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

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

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