Shades of Winter Hazel #D3C97F
Tints of Winter Hazel #D3C97F
RGB
CMYK
RGB Variations
Color information
#D3C97F (or 0xD3C97F) is known color: Winter Hazel. HEX triplet: D3, C9 and 7F. RGB value is (211,201,127). Sum of RGB (Red+Green+Blue) = 211+201+127=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C97F is #2C3680. Grayscale: #C3C3C3. Windows color (decimal): -2897537 or 8374739. OLE color: 8374739.
HSL color Cylindrical-coordinate representation of color #D3C97F: hue angle of 52.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3C97F is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 127 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.17 |
| HSL | 52.86º | 0.49% | 0.66% | - |
| HSV(B) | 52.86º | 0.4% | 0.83% | - |
| XYZ | 51.58 | 57.15 | 28.39 | - |
| YUV | 195.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 127 | 0 | 0.05 | 0.40 | 0.17 | 52.86 | 0.49 | 0.66 |
| Hex | D3 | C9 | 7F | 0 | 5 | 28 | 11 | 35 | 31 | 42 |
| Octal | 323 | 311 | 177 | 0 | 5 | 50 | 21 | 65 | 61 | 102 |
| Binary | 11010011 | 11001001 | 1111111 | 0 | 101 | 101000 | 10001 | 110101 | 110001 | 1000010 |
Color Harmonies of #D3C97F
Complementary color
Monochromatic Colors of #D3C97F
Black with #D3C97F
Text Example
Text Example
White with #D3C97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C97F; }
p { color: rgb(211,201,127); }
H1.HeaderClassName
{
color: #D3C97F;
}
.AnyTagClassName
{
color: #D3C97F;
}
</style>
background-color css
<style>
a { background-color: #D3C97F; }
a { background-color: rgb(211,201,127); }
div.DivClassName
{
background-color: #D3C97F;
}
.BgClassName
{
background-color: #D3C97F;
}
</style>
border-color css
<style>
span { border-color: #D3C97F; }
span { border-color: rgb(211,201,127); }
td.TdClassName
{
border-color: #D3C97F;
}
.TagClassName
{
border-color: #D3C97F;
}
</style>