Shades of Winter Hazel #D3C97D
Tints of Winter Hazel #D3C97D
RGB
CMYK
RGB Variations
Color information
#D3C97D (or 0xD3C97D) is known color: Winter Hazel. HEX triplet: D3, C9 and 7D. RGB value is (211,201,125). Sum of RGB (Red+Green+Blue) = 211+201+125=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C97D is #2C3682. Grayscale: #C3C3C3. Windows color (decimal): -2897539 or 8243667. OLE color: 8243667.
HSL color Cylindrical-coordinate representation of color #D3C97D: hue angle of 53.02º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3C97D is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 125 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.17 |
| HSL | 53.02º | 0.49% | 0.66% | - |
| HSV(B) | 53.02º | 0.41% | 0.83% | - |
| XYZ | 51.45 | 57.1 | 27.71 | - |
| YUV | 195.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 125 | 0 | 0.05 | 0.41 | 0.17 | 53.02 | 0.49 | 0.66 |
| Hex | D3 | C9 | 7D | 0 | 5 | 29 | 11 | 35 | 31 | 42 |
| Octal | 323 | 311 | 175 | 0 | 5 | 51 | 21 | 65 | 61 | 102 |
| Binary | 11010011 | 11001001 | 1111101 | 0 | 101 | 101001 | 10001 | 110101 | 110001 | 1000010 |
Color Harmonies of #D3C97D
Complementary color
Monochromatic Colors of #D3C97D
Black with #D3C97D
Text Example
Text Example
White with #D3C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C97D; }
p { color: rgb(211,201,125); }
H1.HeaderClassName
{
color: #D3C97D;
}
.AnyTagClassName
{
color: #D3C97D;
}
</style>
background-color css
<style>
a { background-color: #D3C97D; }
a { background-color: rgb(211,201,125); }
div.DivClassName
{
background-color: #D3C97D;
}
.BgClassName
{
background-color: #D3C97D;
}
</style>
border-color css
<style>
span { border-color: #D3C97D; }
span { border-color: rgb(211,201,125); }
td.TdClassName
{
border-color: #D3C97D;
}
.TagClassName
{
border-color: #D3C97D;
}
</style>