Shades of Winter Hazel #D2C97D
Tints of Winter Hazel #D2C97D
RGB
CMYK
RGB Variations
Color information
#D2C97D (or 0xD2C97D) is known color: Winter Hazel. HEX triplet: D2, C9 and 7D. RGB value is (210,201,125). Sum of RGB (Red+Green+Blue) = 210+201+125=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C97D is #2D3682. Grayscale: #C3C3C3. Windows color (decimal): -2963075 or 8243666. OLE color: 8243666.
HSL color Cylindrical-coordinate representation of color #D2C97D: hue angle of 53.65º degrees, saturation: 0.49, 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 #D2C97D is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 125 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.18 |
| HSL | 53.65º | 0.49% | 0.66% | - |
| HSV(B) | 53.65º | 0.4% | 0.82% | - |
| XYZ | 51.17 | 56.96 | 27.7 | - |
| YUV | 195.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 125 | 0 | 0.04 | 0.40 | 0.18 | 53.65 | 0.49 | 0.66 |
| Hex | D2 | C9 | 7D | 0 | 4 | 28 | 12 | 36 | 31 | 42 |
| Octal | 322 | 311 | 175 | 0 | 4 | 50 | 22 | 66 | 61 | 102 |
| Binary | 11010010 | 11001001 | 1111101 | 0 | 100 | 101000 | 10010 | 110110 | 110001 | 1000010 |
Color Harmonies of #D2C97D
Complementary color
Monochromatic Colors of #D2C97D
Black with #D2C97D
Text Example
Text Example
White with #D2C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C97D; }
p { color: rgb(210,201,125); }
H1.HeaderClassName
{
color: #D2C97D;
}
.AnyTagClassName
{
color: #D2C97D;
}
</style>
background-color css
<style>
a { background-color: #D2C97D; }
a { background-color: rgb(210,201,125); }
div.DivClassName
{
background-color: #D2C97D;
}
.BgClassName
{
background-color: #D2C97D;
}
</style>
border-color css
<style>
span { border-color: #D2C97D; }
span { border-color: rgb(210,201,125); }
td.TdClassName
{
border-color: #D2C97D;
}
.TagClassName
{
border-color: #D2C97D;
}
</style>