Shades of Winter Hazel #D5CB85
Tints of Winter Hazel #D5CB85
RGB
CMYK
RGB Variations
Color information
#D5CB85 (or 0xD5CB85) is known color: Winter Hazel. HEX triplet: D5, CB and 85. RGB value is (213,203,133). Sum of RGB (Red+Green+Blue) = 213+203+133=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CB85 is #2A347A. Grayscale: #C6C6C6. Windows color (decimal): -2765947 or 8768469. OLE color: 8768469.
HSL color Cylindrical-coordinate representation of color #D5CB85: hue angle of 52.5º 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 #D5CB85 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 133 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.16 |
| HSL | 52.5º | 0.49% | 0.68% | - |
| HSV(B) | 52.5º | 0.38% | 0.84% | - |
| XYZ | 53.03 | 58.55 | 30.7 | - |
| YUV | 198.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 133 | 0 | 0.05 | 0.38 | 0.16 | 52.5 | 0.49 | 0.68 |
| Hex | D5 | CB | 85 | 0 | 5 | 26 | 10 | 34 | 31 | 44 |
| Octal | 325 | 313 | 205 | 0 | 5 | 46 | 20 | 64 | 61 | 104 |
| Binary | 11010101 | 11001011 | 10000101 | 0 | 101 | 100110 | 10000 | 110100 | 110001 | 1000100 |
Color Harmonies of #D5CB85
Complementary color
Monochromatic Colors of #D5CB85
Black with #D5CB85
Text Example
Text Example
White with #D5CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB85; }
p { color: rgb(213,203,133); }
H1.HeaderClassName
{
color: #D5CB85;
}
.AnyTagClassName
{
color: #D5CB85;
}
</style>
background-color css
<style>
a { background-color: #D5CB85; }
a { background-color: rgb(213,203,133); }
div.DivClassName
{
background-color: #D5CB85;
}
.BgClassName
{
background-color: #D5CB85;
}
</style>
border-color css
<style>
span { border-color: #D5CB85; }
span { border-color: rgb(213,203,133); }
td.TdClassName
{
border-color: #D5CB85;
}
.TagClassName
{
border-color: #D5CB85;
}
</style>