Shades of Winter Hazel #D5CA85
Tints of Winter Hazel #D5CA85
RGB
CMYK
RGB Variations
Color information
#D5CA85 (or 0xD5CA85) is known color: Winter Hazel. HEX triplet: D5, CA and 85. RGB value is (213,202,133). Sum of RGB (Red+Green+Blue) = 213+202+133=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA85 is #2A357A. Grayscale: #C5C5C5. Windows color (decimal): -2766203 or 8768213. OLE color: 8768213.
HSL color Cylindrical-coordinate representation of color #D5CA85: hue angle of 51.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5CA85 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 133 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.16 |
| HSL | 51.75º | 0.49% | 0.68% | - |
| HSV(B) | 51.75º | 0.38% | 0.84% | - |
| XYZ | 52.79 | 58.08 | 30.62 | - |
| YUV | 197.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 133 | 0 | 0.05 | 0.38 | 0.16 | 51.75 | 0.49 | 0.68 |
| Hex | D5 | CA | 85 | 0 | 5 | 26 | 10 | 34 | 31 | 44 |
| Octal | 325 | 312 | 205 | 0 | 5 | 46 | 20 | 64 | 61 | 104 |
| Binary | 11010101 | 11001010 | 10000101 | 0 | 101 | 100110 | 10000 | 110100 | 110001 | 1000100 |
Color Harmonies of #D5CA85
Complementary color
Monochromatic Colors of #D5CA85
Black with #D5CA85
Text Example
Text Example
White with #D5CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA85; }
p { color: rgb(213,202,133); }
H1.HeaderClassName
{
color: #D5CA85;
}
.AnyTagClassName
{
color: #D5CA85;
}
</style>
background-color css
<style>
a { background-color: #D5CA85; }
a { background-color: rgb(213,202,133); }
div.DivClassName
{
background-color: #D5CA85;
}
.BgClassName
{
background-color: #D5CA85;
}
</style>
border-color css
<style>
span { border-color: #D5CA85; }
span { border-color: rgb(213,202,133); }
td.TdClassName
{
border-color: #D5CA85;
}
.TagClassName
{
border-color: #D5CA85;
}
</style>