#D0C88F

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

Shades of Winter Hazel #D0C88F

Tints of Winter Hazel #D0C88F

Color information

#D0C88F (or 0xD0C88F) is unknown color: approx Winter Hazel. HEX triplet: D0, C8 and 8F. RGB value is (208,200,143). Sum of RGB (Red+Green+Blue) = 208+200+143=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C88F is #2F3770. Grayscale: #C4C4C4. Windows color (decimal): -3094385 or 9423056. OLE color: 9423056.

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

Color convert

RGB208200143-
CMYK00.040.310.18
HSL52.62º40.88%68.82%-
HSV(B)52.62º31.25%81.57%-
XYZ51.6256.734.21-
YUV195.8998.15136.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.75%
GREEN value IS 200 (78.52% from 255) = 36.30%
BLUE value IS 143 (56.25% from 255) = 25.95%
R=37.75%
G=36.30%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820014300.040.310.1852.6240.8868.82
HexD0C88F041F12352945
Octal3203102170437226551105
Binary110100001100100010001111010011111100101101011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C88F; }

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

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

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

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

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

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

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

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