Shades of Winter Hazel #D2C98A
Tints of Winter Hazel #D2C98A
RGB
CMYK
RGB Variations
Color information
#D2C98A (or 0xD2C98A) is known color: Winter Hazel. HEX triplet: D2, C9 and 8A. RGB value is (210,201,138). Sum of RGB (Red+Green+Blue) = 210+201+138=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C98A is #2D3675. Grayscale: #C4C4C4. Windows color (decimal): -2963062 or 9095634. OLE color: 9095634.
HSL color Cylindrical-coordinate representation of color #D2C98A: hue angle of 52.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2C98A is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 138 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.18 |
| HSL | 52.5º | 0.44% | 0.68% | - |
| HSV(B) | 52.5º | 0.34% | 0.82% | - |
| XYZ | 52.05 | 57.31 | 32.36 | - |
| YUV | 196.51 | 94.98 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 138 | 0 | 0.04 | 0.34 | 0.18 | 52.5 | 0.44 | 0.68 |
| Hex | D2 | C9 | 8A | 0 | 4 | 22 | 12 | 34 | 2C | 44 |
| Octal | 322 | 311 | 212 | 0 | 4 | 42 | 22 | 64 | 54 | 104 |
| Binary | 11010010 | 11001001 | 10001010 | 0 | 100 | 100010 | 10010 | 110100 | 101100 | 1000100 |
Color Harmonies of #D2C98A
Complementary color
Monochromatic Colors of #D2C98A
Black with #D2C98A
Text Example
Text Example
White with #D2C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C98A; }
p { color: rgb(210,201,138); }
H1.HeaderClassName
{
color: #D2C98A;
}
.AnyTagClassName
{
color: #D2C98A;
}
</style>
background-color css
<style>
a { background-color: #D2C98A; }
a { background-color: rgb(210,201,138); }
div.DivClassName
{
background-color: #D2C98A;
}
.BgClassName
{
background-color: #D2C98A;
}
</style>
border-color css
<style>
span { border-color: #D2C98A; }
span { border-color: rgb(210,201,138); }
td.TdClassName
{
border-color: #D2C98A;
}
.TagClassName
{
border-color: #D2C98A;
}
</style>