#D0CB8E

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

Shades of Winter Hazel #D0CB8E

Tints of Winter Hazel #D0CB8E

Color information

#D0CB8E (or 0xD0CB8E) is unknown color: approx Winter Hazel. HEX triplet: D0, CB and 8E. RGB value is (208,203,142). Sum of RGB (Red+Green+Blue) = 208+203+142=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CB8E is #2F3471. Grayscale: #C5C5C5. Windows color (decimal): -3093618 or 9358288. OLE color: 9358288.

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

Color convert

RGB208203142-
CMYK00.020.320.18
HSL55.45º41.25%68.63%-
HSV(B)55.45º31.73%81.57%-
XYZ52.2558.0734.05-
YUV197.5496.66135.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 203 (79.69% from 255) = 36.71%
BLUE value IS 142 (55.86% from 255) = 25.68%
R=37.61%
G=36.71%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820314200.020.320.1855.4541.2568.63
HexD0CB8E022012372945
Octal3203132160240226751105
Binary110100001100101110001110010100000100101101111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CB8E; }

 p { color: rgb(208,203,142); }

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

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

 a { background-color: rgb(208,203,142); }

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

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

 span { border-color: rgb(208,203,142); }

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