#D1C07F

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

Shades of Winter Hazel #D1C07F

Tints of Winter Hazel #D1C07F

Color information

#D1C07F (or 0xD1C07F) is unknown color: approx Winter Hazel. HEX triplet: D1, C0 and 7F. RGB value is (209,192,127). Sum of RGB (Red+Green+Blue) = 209+192+127=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C07F is #2E3F80. Grayscale: #BDBDBD. Windows color (decimal): -3030913 or 8372433. OLE color: 8372433.

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

Color convert

RGB209192127-
CMYK00.080.390.18
HSL47.56º47.13%65.88%-
HSV(B)47.56º39.23%81.96%-
XYZ48.9752.7927.69-
YUV189.6792.63141.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.58%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 127 (50% from 255) = 24.05%
R=39.58%
G=36.36%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919212700.080.390.1847.5647.1365.88
HexD1C07F082712302f42
Octal32130017701047226057102
Binary1101000111000000111111101000100111100101100001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C07F; }

 p { color: rgb(209,192,127); }

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

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

 a { background-color: rgb(209,192,127); }

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

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

 span { border-color: rgb(209,192,127); }

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