#D2CB8A

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

Shades of Winter Hazel #D2CB8A

Tints of Winter Hazel #D2CB8A

Color information

#D2CB8A (or 0xD2CB8A) is unknown color: approx Winter Hazel. HEX triplet: D2, CB and 8A. RGB value is (210,203,138). Sum of RGB (Red+Green+Blue) = 210+203+138=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CB8A is #2D3475. Grayscale: #C5C5C5. Windows color (decimal): -2962550 or 9096146. OLE color: 9096146.

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

Color convert

RGB210203138-
CMYK00.030.340.18
HSL54.17º44.44%68.24%-
HSV(B)54.17º34.29%82.35%-
XYZ52.5258.2532.52-
YUV197.6894.32136.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.11%
GREEN value IS 203 (79.69% from 255) = 36.84%
BLUE value IS 138 (54.30% from 255) = 25.05%
R=38.11%
G=36.84%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020313800.030.340.1854.1744.4468.24
HexD2CB8A032212362c44
Octal3223132120342226654104
Binary110100101100101110001010011100010100101101101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CB8A; }

 p { color: rgb(210,203,138); }

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

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

 a { background-color: rgb(210,203,138); }

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

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

 span { border-color: rgb(210,203,138); }

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