#D0C88C

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

Shades of Winter Hazel #D0C88C

Tints of Winter Hazel #D0C88C

Color information

#D0C88C (or 0xD0C88C) is unknown color: approx Winter Hazel. HEX triplet: D0, C8 and 8C. RGB value is (208,200,140). Sum of RGB (Red+Green+Blue) = 208+200+140=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C88C is #2F3773. Grayscale: #C3C3C3. Windows color (decimal): -3094388 or 9226448. OLE color: 9226448.

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

Color convert

RGB208200140-
CMYK00.040.330.18
HSL52.94º41.98%68.24%-
HSV(B)52.94º32.69%81.57%-
XYZ51.456.6133.03-
YUV195.5596.65136.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.96%
GREEN value IS 200 (78.52% from 255) = 36.50%
BLUE value IS 140 (55.08% from 255) = 25.55%
R=37.96%
G=36.50%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820014000.040.330.1852.9441.9868.24
HexD0C88C042112352a44
Octal3203102140441226552104
Binary1101000011001000100011000100100001100101101011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C88C; }

 p { color: rgb(208,200,140); }

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

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

 a { background-color: rgb(208,200,140); }

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

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

 span { border-color: rgb(208,200,140); }

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