Shades of Winter Hazel #D1C27E
Tints of Winter Hazel #D1C27E
RGB
CMYK
RGB Variations
Color information
#D1C27E (or 0xD1C27E) is known color: Winter Hazel. HEX triplet: D1, C2 and 7E. RGB value is (209,194,126). Sum of RGB (Red+Green+Blue) = 209+194+126=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C27E is #2E3D81. Grayscale: #BFBFBF. Windows color (decimal): -3030402 or 8307409. OLE color: 8307409.
HSL color Cylindrical-coordinate representation of color #D1C27E: hue angle of 49.16º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1C27E is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 126 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.18 |
| HSL | 49.16º | 0.47% | 0.66% | - |
| HSV(B) | 49.16º | 0.4% | 0.82% | - |
| XYZ | 49.35 | 53.65 | 27.49 | - |
| YUV | 190.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 126 | 0 | 0.07 | 0.40 | 0.18 | 49.16 | 0.47 | 0.66 |
| Hex | D1 | C2 | 7E | 0 | 7 | 28 | 12 | 31 | 2F | 42 |
| Octal | 321 | 302 | 176 | 0 | 7 | 50 | 22 | 61 | 57 | 102 |
| Binary | 11010001 | 11000010 | 1111110 | 0 | 111 | 101000 | 10010 | 110001 | 101111 | 1000010 |
Color Harmonies of #D1C27E
Complementary color
Monochromatic Colors of #D1C27E
Black with #D1C27E
Text Example
Text Example
White with #D1C27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C27E; }
p { color: rgb(209,194,126); }
H1.HeaderClassName
{
color: #D1C27E;
}
.AnyTagClassName
{
color: #D1C27E;
}
</style>
background-color css
<style>
a { background-color: #D1C27E; }
a { background-color: rgb(209,194,126); }
div.DivClassName
{
background-color: #D1C27E;
}
.BgClassName
{
background-color: #D1C27E;
}
</style>
border-color css
<style>
span { border-color: #D1C27E; }
span { border-color: rgb(209,194,126); }
td.TdClassName
{
border-color: #D1C27E;
}
.TagClassName
{
border-color: #D1C27E;
}
</style>