Shades of Winter Hazel #D5CA7A
Tints of Winter Hazel #D5CA7A
RGB
CMYK
RGB Variations
Color information
#D5CA7A (or 0xD5CA7A) is known color: Winter Hazel. HEX triplet: D5, CA and 7A. RGB value is (213,202,122). Sum of RGB (Red+Green+Blue) = 213+202+122=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA7A is #2A3585. Grayscale: #C4C4C4. Windows color (decimal): -2766214 or 8047317. OLE color: 8047317.
HSL color Cylindrical-coordinate representation of color #D5CA7A: hue angle of 52.75º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5CA7A is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 122 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.16 |
| HSL | 52.75º | 0.52% | 0.66% | - |
| HSV(B) | 52.75º | 0.43% | 0.84% | - |
| XYZ | 52.07 | 57.79 | 26.82 | - |
| YUV | 196.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 122 | 0 | 0.05 | 0.43 | 0.16 | 52.75 | 0.52 | 0.66 |
| Hex | D5 | CA | 7A | 0 | 5 | 2B | 10 | 35 | 34 | 42 |
| Octal | 325 | 312 | 172 | 0 | 5 | 53 | 20 | 65 | 64 | 102 |
| Binary | 11010101 | 11001010 | 1111010 | 0 | 101 | 101011 | 10000 | 110101 | 110100 | 1000010 |
Color Harmonies of #D5CA7A
Complementary color
Monochromatic Colors of #D5CA7A
Black with #D5CA7A
Text Example
Text Example
White with #D5CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA7A; }
p { color: rgb(213,202,122); }
H1.HeaderClassName
{
color: #D5CA7A;
}
.AnyTagClassName
{
color: #D5CA7A;
}
</style>
background-color css
<style>
a { background-color: #D5CA7A; }
a { background-color: rgb(213,202,122); }
div.DivClassName
{
background-color: #D5CA7A;
}
.BgClassName
{
background-color: #D5CA7A;
}
</style>
border-color css
<style>
span { border-color: #D5CA7A; }
span { border-color: rgb(213,202,122); }
td.TdClassName
{
border-color: #D5CA7A;
}
.TagClassName
{
border-color: #D5CA7A;
}
</style>