#D0C97F

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

Shades of Winter Hazel #D0C97F

Tints of Winter Hazel #D0C97F

Color information

#D0C97F (or 0xD0C97F) is unknown color: approx Winter Hazel. HEX triplet: D0, C9 and 7F. RGB value is (208,201,127). Sum of RGB (Red+Green+Blue) = 208+201+127=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C97F is #2F3680. Grayscale: #C2C2C2. Windows color (decimal): -3094145 or 8374736. OLE color: 8374736.

HSL color Cylindrical-coordinate representation of color #D0C97F: hue angle of 54.81º 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 #D0C97F is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB208201127-
CMYK00.030.390.18
HSL54.81º46.29%65.69%-
HSV(B)54.81º38.94%81.57%-
XYZ50.7356.7228.35-
YUV194.6689.82137.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 201 (78.91% from 255) = 37.5%
BLUE value IS 127 (50% from 255) = 23.69%
R=38.81%
G=37.5%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820112700.030.390.1854.8146.2965.69
HexD0C97F032712372e42
Octal3203111770347226756102
Binary11010000110010011111111011100111100101101111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C97F; }

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

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

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

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

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

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

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

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