#D0CB8D

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

Shades of Winter Hazel #D0CB8D

Tints of Winter Hazel #D0CB8D

Color information

#D0CB8D (or 0xD0CB8D) is unknown color: approx Winter Hazel. HEX triplet: D0, CB and 8D. RGB value is (208,203,141). Sum of RGB (Red+Green+Blue) = 208+203+141=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CB8D is #2F3472. Grayscale: #C5C5C5. Windows color (decimal): -3093619 or 9292752. OLE color: 9292752.

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

Color convert

RGB208203141-
CMYK00.020.320.18
HSL55.52º41.61%68.43%-
HSV(B)55.52º32.21%81.57%-
XYZ52.1858.0433.65-
YUV197.4396.16135.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.68%
GREEN value IS 203 (79.69% from 255) = 36.78%
BLUE value IS 141 (55.47% from 255) = 25.54%
R=37.68%
G=36.78%
B=25.54%

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
Decimal20820314100.020.320.1855.5241.6168.43
HexD0CB8D022012382a44
Octal3203132150240227052104
Binary110100001100101110001101010100000100101110001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CB8D; }

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

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

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

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

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

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

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

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