#D1C275

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

Shades of Winter Hazel #D1C275

Tints of Winter Hazel #D1C275

Color information

#D1C275 (or 0xD1C275) is unknown color: approx Winter Hazel. HEX triplet: D1, C2 and 75. RGB value is (209,194,117). Sum of RGB (Red+Green+Blue) = 209+194+117=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C275 is #2E3D8A. Grayscale: #BEBEBE. Windows color (decimal): -3030411 or 7717585. OLE color: 7717585.

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

Color convert

RGB209194117-
CMYK00.070.440.18
HSL50.22º50%63.92%-
HSV(B)50.22º44.02%81.96%-
XYZ48.853.4224.57-
YUV189.7186.97141.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 194 (76.17% from 255) = 37.31%
BLUE value IS 117 (46.09% from 255) = 22.5%
R=40.19%
G=37.31%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919411700.070.440.1850.225063.92
HexD1C275072C12323240
Octal3213021650754226262100
Binary110100011100001011101010111101100100101100101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C275; }

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

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

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

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

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

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

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

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