Shades of Winter Hazel #D5C97B
Tints of Winter Hazel #D5C97B
RGB
CMYK
RGB Variations
Color information
#D5C97B (or 0xD5C97B) is known color: Winter Hazel. HEX triplet: D5, C9 and 7B. RGB value is (213,201,123). Sum of RGB (Red+Green+Blue) = 213+201+123=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C97B is #2A3684. Grayscale: #C4C4C4. Windows color (decimal): -2766469 or 8112597. OLE color: 8112597.
HSL color Cylindrical-coordinate representation of color #D5C97B: hue angle of 52º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5C97B is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 123 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.16 |
| HSL | 52º | 0.52% | 0.66% | - |
| HSV(B) | 52º | 0.42% | 0.84% | - |
| XYZ | 51.9 | 57.35 | 27.07 | - |
| YUV | 195.7 | 86.98 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 123 | 0 | 0.06 | 0.42 | 0.16 | 52 | 0.52 | 0.66 |
| Hex | D5 | C9 | 7B | 0 | 6 | 2A | 10 | 34 | 34 | 42 |
| Octal | 325 | 311 | 173 | 0 | 6 | 52 | 20 | 64 | 64 | 102 |
| Binary | 11010101 | 11001001 | 1111011 | 0 | 110 | 101010 | 10000 | 110100 | 110100 | 1000010 |
Color Harmonies of #D5C97B
Complementary color
Monochromatic Colors of #D5C97B
Black with #D5C97B
Text Example
Text Example
White with #D5C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C97B; }
p { color: rgb(213,201,123); }
H1.HeaderClassName
{
color: #D5C97B;
}
.AnyTagClassName
{
color: #D5C97B;
}
</style>
background-color css
<style>
a { background-color: #D5C97B; }
a { background-color: rgb(213,201,123); }
div.DivClassName
{
background-color: #D5C97B;
}
.BgClassName
{
background-color: #D5C97B;
}
</style>
border-color css
<style>
span { border-color: #D5C97B; }
span { border-color: rgb(213,201,123); }
td.TdClassName
{
border-color: #D5C97B;
}
.TagClassName
{
border-color: #D5C97B;
}
</style>