Shades of Winter Hazel #D5CA7E
Tints of Winter Hazel #D5CA7E
RGB
CMYK
RGB Variations
Color information
#D5CA7E (or 0xD5CA7E) is known color: Winter Hazel. HEX triplet: D5, CA and 7E. RGB value is (213,202,126). Sum of RGB (Red+Green+Blue) = 213+202+126=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA7E is #2A3581. Grayscale: #C4C4C4. Windows color (decimal): -2766210 or 8309461. OLE color: 8309461.
HSL color Cylindrical-coordinate representation of color #D5CA7E: hue angle of 52.41º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5CA7E is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 126 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.16 |
| HSL | 52.41º | 0.51% | 0.66% | - |
| HSV(B) | 52.41º | 0.41% | 0.84% | - |
| XYZ | 52.33 | 57.89 | 28.16 | - |
| YUV | 196.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 126 | 0 | 0.05 | 0.41 | 0.16 | 52.41 | 0.51 | 0.66 |
| Hex | D5 | CA | 7E | 0 | 5 | 29 | 10 | 34 | 33 | 42 |
| Octal | 325 | 312 | 176 | 0 | 5 | 51 | 20 | 64 | 63 | 102 |
| Binary | 11010101 | 11001010 | 1111110 | 0 | 101 | 101001 | 10000 | 110100 | 110011 | 1000010 |
Color Harmonies of #D5CA7E
Complementary color
Monochromatic Colors of #D5CA7E
Black with #D5CA7E
Text Example
Text Example
White with #D5CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA7E; }
p { color: rgb(213,202,126); }
H1.HeaderClassName
{
color: #D5CA7E;
}
.AnyTagClassName
{
color: #D5CA7E;
}
</style>
background-color css
<style>
a { background-color: #D5CA7E; }
a { background-color: rgb(213,202,126); }
div.DivClassName
{
background-color: #D5CA7E;
}
.BgClassName
{
background-color: #D5CA7E;
}
</style>
border-color css
<style>
span { border-color: #D5CA7E; }
span { border-color: rgb(213,202,126); }
td.TdClassName
{
border-color: #D5CA7E;
}
.TagClassName
{
border-color: #D5CA7E;
}
</style>