Shades of Winter Hazel #D5CB7B
Tints of Winter Hazel #D5CB7B
RGB
CMYK
RGB Variations
Color information
#D5CB7B (or 0xD5CB7B) is known color: Winter Hazel. HEX triplet: D5, CB and 7B. RGB value is (213,203,123). Sum of RGB (Red+Green+Blue) = 213+203+123=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB7B is #2A3484. Grayscale: #C5C5C5. Windows color (decimal): -2765957 or 8113109. OLE color: 8113109.
HSL color Cylindrical-coordinate representation of color #D5CB7B: hue angle of 53.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5CB7B is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 123 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.16 |
| HSL | 53.33º | 0.52% | 0.66% | - |
| HSV(B) | 53.33º | 0.42% | 0.84% | - |
| XYZ | 52.37 | 58.29 | 27.23 | - |
| YUV | 196.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 123 | 0 | 0.05 | 0.42 | 0.16 | 53.33 | 0.52 | 0.66 |
| Hex | D5 | CB | 7B | 0 | 5 | 2A | 10 | 35 | 34 | 42 |
| Octal | 325 | 313 | 173 | 0 | 5 | 52 | 20 | 65 | 64 | 102 |
| Binary | 11010101 | 11001011 | 1111011 | 0 | 101 | 101010 | 10000 | 110101 | 110100 | 1000010 |
Color Harmonies of #D5CB7B
Complementary color
Monochromatic Colors of #D5CB7B
Black with #D5CB7B
Text Example
Text Example
White with #D5CB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB7B; }
p { color: rgb(213,203,123); }
H1.HeaderClassName
{
color: #D5CB7B;
}
.AnyTagClassName
{
color: #D5CB7B;
}
</style>
background-color css
<style>
a { background-color: #D5CB7B; }
a { background-color: rgb(213,203,123); }
div.DivClassName
{
background-color: #D5CB7B;
}
.BgClassName
{
background-color: #D5CB7B;
}
</style>
border-color css
<style>
span { border-color: #D5CB7B; }
span { border-color: rgb(213,203,123); }
td.TdClassName
{
border-color: #D5CB7B;
}
.TagClassName
{
border-color: #D5CB7B;
}
</style>