#D0C87F

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

Shades of Winter Hazel #D0C87F

Tints of Winter Hazel #D0C87F

Color information

#D0C87F (or 0xD0C87F) is unknown color: approx Winter Hazel. HEX triplet: D0, C8 and 7F. RGB value is (208,200,127). Sum of RGB (Red+Green+Blue) = 208+200+127=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C87F is #2F3780. Grayscale: #C2C2C2. Windows color (decimal): -3094401 or 8374480. OLE color: 8374480.

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

Color convert

RGB208200127-
CMYK00.040.390.18
HSL54.07º46.29%65.69%-
HSV(B)54.07º38.94%81.57%-
XYZ50.556.2528.27-
YUV194.0790.15137.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 200 (78.52% from 255) = 37.38%
BLUE value IS 127 (50% from 255) = 23.74%
R=38.88%
G=37.38%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820012700.040.390.1854.0746.2965.69
HexD0C87F042712362e42
Octal3203101770447226656102
Binary110100001100100011111110100100111100101101101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C87F; }

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

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

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

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

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

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

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

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