#D0C87B

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

Shades of Winter Hazel #D0C87B

Tints of Winter Hazel #D0C87B

Color information

#D0C87B (or 0xD0C87B) is unknown color: approx Winter Hazel. HEX triplet: D0, C8 and 7B. RGB value is (208,200,123). Sum of RGB (Red+Green+Blue) = 208+200+123=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C87B is #2F3784. Grayscale: #C1C1C1. Windows color (decimal): -3094405 or 8112336. OLE color: 8112336.

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

Color convert

RGB208200123-
CMYK00.040.410.18
HSL54.35º47.49%64.9%-
HSV(B)54.35º40.87%81.57%-
XYZ50.2456.1526.93-
YUV193.6188.15138.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.17%
GREEN value IS 200 (78.52% from 255) = 37.66%
BLUE value IS 123 (48.44% from 255) = 23.16%
R=39.17%
G=37.66%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820012300.040.410.1854.3547.4964.9
HexD0C87B042912362f41
Octal3203101730451226657101
Binary110100001100100011110110100101001100101101101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C87B; }

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

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

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

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

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

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

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

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