#D1C075

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

Shades of Winter Hazel #D1C075

Tints of Winter Hazel #D1C075

Color information

#D1C075 (or 0xD1C075) is unknown color: approx Winter Hazel. HEX triplet: D1, C0 and 75. RGB value is (209,192,117). Sum of RGB (Red+Green+Blue) = 209+192+117=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C075 is #2E3F8A. Grayscale: #BCBCBC. Windows color (decimal): -3030923 or 7717073. OLE color: 7717073.

HSL color Cylindrical-coordinate representation of color #D1C075: hue angle of 48.91º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1C075 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB209192117-
CMYK00.080.440.18
HSL48.91º50%63.92%-
HSV(B)48.91º44.02%81.96%-
XYZ48.3652.5424.42-
YUV188.5387.63142.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.35%
GREEN value IS 192 (75.39% from 255) = 37.07%
BLUE value IS 117 (46.09% from 255) = 22.59%
R=40.35%
G=37.07%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919211700.080.440.1848.915063.92
HexD1C075082C12313240
Octal32130016501054226162100
Binary1101000111000000111010101000101100100101100011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C075; }

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

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

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

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

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

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

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

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