Shades of Winter Hazel #D1C88E
Tints of Winter Hazel #D1C88E
RGB
CMYK
RGB Variations
Color information
#D1C88E (or 0xD1C88E) is known color: Winter Hazel. HEX triplet: D1, C8 and 8E. RGB value is (209,200,142). Sum of RGB (Red+Green+Blue) = 209+200+142=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C88E is #2E3771. Grayscale: #C4C4C4. Windows color (decimal): -3028850 or 9357521. OLE color: 9357521.
HSL color Cylindrical-coordinate representation of color #D1C88E: hue angle of 51.94º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1C88E is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 142 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.18 |
| HSL | 51.94º | 0.42% | 0.69% | - |
| HSV(B) | 51.94º | 0.32% | 0.82% | - |
| XYZ | 51.83 | 56.82 | 33.83 | - |
| YUV | 196.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 142 | 0 | 0.04 | 0.32 | 0.18 | 51.94 | 0.42 | 0.69 |
| Hex | D1 | C8 | 8E | 0 | 4 | 20 | 12 | 34 | 2A | 45 |
| Octal | 321 | 310 | 216 | 0 | 4 | 40 | 22 | 64 | 52 | 105 |
| Binary | 11010001 | 11001000 | 10001110 | 0 | 100 | 100000 | 10010 | 110100 | 101010 | 1000101 |
Color Harmonies of #D1C88E
Complementary color
Monochromatic Colors of #D1C88E
Black with #D1C88E
Text Example
Text Example
White with #D1C88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C88E; }
p { color: rgb(209,200,142); }
H1.HeaderClassName
{
color: #D1C88E;
}
.AnyTagClassName
{
color: #D1C88E;
}
</style>
background-color css
<style>
a { background-color: #D1C88E; }
a { background-color: rgb(209,200,142); }
div.DivClassName
{
background-color: #D1C88E;
}
.BgClassName
{
background-color: #D1C88E;
}
</style>
border-color css
<style>
span { border-color: #D1C88E; }
span { border-color: rgb(209,200,142); }
td.TdClassName
{
border-color: #D1C88E;
}
.TagClassName
{
border-color: #D1C88E;
}
</style>