Shades of Winter Hazel #D5CB8D
Tints of Winter Hazel #D5CB8D
RGB
CMYK
RGB Variations
Color information
#D5CB8D (or 0xD5CB8D) is known color: Winter Hazel. HEX triplet: D5, CB and 8D. RGB value is (213,203,141). Sum of RGB (Red+Green+Blue) = 213+203+141=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CB8D is #2A3472. Grayscale: #C7C7C7. Windows color (decimal): -2765939 or 9292757. OLE color: 9292757.
HSL color Cylindrical-coordinate representation of color #D5CB8D: hue angle of 51.67º 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 #D5CB8D is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 141 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.16 |
| HSL | 51.67º | 0.46% | 0.69% | - |
| HSV(B) | 51.67º | 0.34% | 0.84% | - |
| XYZ | 53.6 | 58.78 | 33.72 | - |
| YUV | 198.92 | 95.31 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 141 | 0 | 0.05 | 0.34 | 0.16 | 51.67 | 0.46 | 0.69 |
| Hex | D5 | CB | 8D | 0 | 5 | 22 | 10 | 34 | 2E | 45 |
| Octal | 325 | 313 | 215 | 0 | 5 | 42 | 20 | 64 | 56 | 105 |
| Binary | 11010101 | 11001011 | 10001101 | 0 | 101 | 100010 | 10000 | 110100 | 101110 | 1000101 |
Color Harmonies of #D5CB8D
Complementary color
Monochromatic Colors of #D5CB8D
Black with #D5CB8D
Text Example
Text Example
White with #D5CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB8D; }
p { color: rgb(213,203,141); }
H1.HeaderClassName
{
color: #D5CB8D;
}
.AnyTagClassName
{
color: #D5CB8D;
}
</style>
background-color css
<style>
a { background-color: #D5CB8D; }
a { background-color: rgb(213,203,141); }
div.DivClassName
{
background-color: #D5CB8D;
}
.BgClassName
{
background-color: #D5CB8D;
}
</style>
border-color css
<style>
span { border-color: #D5CB8D; }
span { border-color: rgb(213,203,141); }
td.TdClassName
{
border-color: #D5CB8D;
}
.TagClassName
{
border-color: #D5CB8D;
}
</style>