Shades of Winter Hazel #D5CA8C
Tints of Winter Hazel #D5CA8C
RGB
CMYK
RGB Variations
Color information
#D5CA8C (or 0xD5CA8C) is known color: Winter Hazel. HEX triplet: D5, CA and 8C. RGB value is (213,202,140). Sum of RGB (Red+Green+Blue) = 213+202+140=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA8C is #2A3573. Grayscale: #C6C6C6. Windows color (decimal): -2766196 or 9226965. OLE color: 9226965.
HSL color Cylindrical-coordinate representation of color #D5CA8C: hue angle of 50.96º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5CA8C is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 140 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.16 |
| HSL | 50.96º | 0.46% | 0.69% | - |
| HSV(B) | 50.96º | 0.34% | 0.84% | - |
| XYZ | 53.29 | 58.28 | 33.25 | - |
| YUV | 198.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 140 | 0 | 0.05 | 0.34 | 0.16 | 50.96 | 0.46 | 0.69 |
| Hex | D5 | CA | 8C | 0 | 5 | 22 | 10 | 33 | 2E | 45 |
| Octal | 325 | 312 | 214 | 0 | 5 | 42 | 20 | 63 | 56 | 105 |
| Binary | 11010101 | 11001010 | 10001100 | 0 | 101 | 100010 | 10000 | 110011 | 101110 | 1000101 |
Color Harmonies of #D5CA8C
Complementary color
Monochromatic Colors of #D5CA8C
Black with #D5CA8C
Text Example
Text Example
White with #D5CA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA8C; }
p { color: rgb(213,202,140); }
H1.HeaderClassName
{
color: #D5CA8C;
}
.AnyTagClassName
{
color: #D5CA8C;
}
</style>
background-color css
<style>
a { background-color: #D5CA8C; }
a { background-color: rgb(213,202,140); }
div.DivClassName
{
background-color: #D5CA8C;
}
.BgClassName
{
background-color: #D5CA8C;
}
</style>
border-color css
<style>
span { border-color: #D5CA8C; }
span { border-color: rgb(213,202,140); }
td.TdClassName
{
border-color: #D5CA8C;
}
.TagClassName
{
border-color: #D5CA8C;
}
</style>