Shades of Winter Hazel #D1C98B
Tints of Winter Hazel #D1C98B
RGB
CMYK
RGB Variations
Color information
#D1C98B (or 0xD1C98B) is known color: Winter Hazel. HEX triplet: D1, C9 and 8B. RGB value is (209,201,139). Sum of RGB (Red+Green+Blue) = 209+201+139=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C98B is #2E3674. Grayscale: #C4C4C4. Windows color (decimal): -3028597 or 9161169. OLE color: 9161169.
HSL color Cylindrical-coordinate representation of color #D1C98B: hue angle of 53.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1C98B is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 139 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.18 |
| HSL | 53.14º | 0.43% | 0.68% | - |
| HSV(B) | 53.14º | 0.33% | 0.82% | - |
| XYZ | 51.84 | 57.19 | 32.73 | - |
| YUV | 196.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 139 | 0 | 0.04 | 0.33 | 0.18 | 53.14 | 0.43 | 0.68 |
| Hex | D1 | C9 | 8B | 0 | 4 | 21 | 12 | 35 | 2B | 44 |
| Octal | 321 | 311 | 213 | 0 | 4 | 41 | 22 | 65 | 53 | 104 |
| Binary | 11010001 | 11001001 | 10001011 | 0 | 100 | 100001 | 10010 | 110101 | 101011 | 1000100 |
Color Harmonies of #D1C98B
Complementary color
Monochromatic Colors of #D1C98B
Black with #D1C98B
Text Example
Text Example
White with #D1C98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C98B; }
p { color: rgb(209,201,139); }
H1.HeaderClassName
{
color: #D1C98B;
}
.AnyTagClassName
{
color: #D1C98B;
}
</style>
background-color css
<style>
a { background-color: #D1C98B; }
a { background-color: rgb(209,201,139); }
div.DivClassName
{
background-color: #D1C98B;
}
.BgClassName
{
background-color: #D1C98B;
}
</style>
border-color css
<style>
span { border-color: #D1C98B; }
span { border-color: rgb(209,201,139); }
td.TdClassName
{
border-color: #D1C98B;
}
.TagClassName
{
border-color: #D1C98B;
}
</style>