#D2CB7C

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

Shades of Winter Hazel #D2CB7C

Tints of Winter Hazel #D2CB7C

Color information

#D2CB7C (or 0xD2CB7C) is unknown color: approx Winter Hazel. HEX triplet: D2, CB and 7C. RGB value is (210,203,124). Sum of RGB (Red+Green+Blue) = 210+203+124=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CB7C is #2D3483. Grayscale: #C4C4C4. Windows color (decimal): -2962564 or 8178642. OLE color: 8178642.

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

Color convert

RGB210203124-
CMYK00.030.410.18
HSL55.12º48.86%65.49%-
HSV(B)55.12º40.95%82.35%-
XYZ51.5757.8727.52-
YUV196.0987.32137.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 203 (79.69% from 255) = 37.80%
BLUE value IS 124 (48.83% from 255) = 23.09%
R=39.11%
G=37.80%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020312400.030.410.1855.1248.8665.49
HexD2CB7C032912373141
Octal3223131740351226761101
Binary11010010110010111111100011101001100101101111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CB7C; }

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

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

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

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

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

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

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

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