#D1C175

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

Shades of Winter Hazel #D1C175

Tints of Winter Hazel #D1C175

Color information

#D1C175 (or 0xD1C175) is unknown color: approx Winter Hazel. HEX triplet: D1, C1 and 75. RGB value is (209,193,117). Sum of RGB (Red+Green+Blue) = 209+193+117=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C175 is #2E3E8A. Grayscale: #BDBDBD. Windows color (decimal): -3030667 or 7717329. OLE color: 7717329.

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

Color convert

RGB209193117-
CMYK00.080.440.18
HSL49.57º50%63.92%-
HSV(B)49.57º44.02%81.96%-
XYZ48.5852.9824.5-
YUV189.1287.3142.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.27%
GREEN value IS 193 (75.78% from 255) = 37.19%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=40.27%
G=37.19%
B=22.54%

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
Decimal20919311700.080.440.1849.575063.92
HexD1C175082C12323240
Octal32130116501054226262100
Binary1101000111000001111010101000101100100101100101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C175; }

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

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

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

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

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

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

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

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