#D1C875

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

Shades of Winter Hazel #D1C875

Tints of Winter Hazel #D1C875

Color information

#D1C875 (or 0xD1C875) is unknown color: approx Winter Hazel. HEX triplet: D1, C8 and 75. RGB value is (209,200,117). Sum of RGB (Red+Green+Blue) = 209+200+117=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C875 is #2E378A. Grayscale: #C1C1C1. Windows color (decimal): -3028875 or 7719121. OLE color: 7719121.

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

Color convert

RGB209200117-
CMYK00.040.440.18
HSL54.13º50%63.92%-
HSV(B)54.13º44.02%81.96%-
XYZ50.1656.1525.02-
YUV193.2384.98139.25-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.73%
GREEN value IS 200 (78.52% from 255) = 38.02%
BLUE value IS 117 (46.09% from 255) = 22.24%
R=39.73%
G=38.02%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920011700.040.440.1854.135063.92
HexD1C875042C12363240
Octal3213101650454226662100
Binary110100011100100011101010100101100100101101101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C875; }

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

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

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

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

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

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

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

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