Shades of Winter Hazel #D5C07B
Tints of Winter Hazel #D5C07B
RGB
CMYK
RGB Variations
Color information
#D5C07B (or 0xD5C07B) is known color: Winter Hazel. HEX triplet: D5, C0 and 7B. RGB value is (213,192,123). Sum of RGB (Red+Green+Blue) = 213+192+123=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C07B is #2A3F84. Grayscale: #BEBEBE. Windows color (decimal): -2768773 or 8110293. OLE color: 8110293.
HSL color Cylindrical-coordinate representation of color #D5C07B: hue angle of 46º 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 #D5C07B is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 123 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.16 |
| HSL | 46º | 0.52% | 0.66% | - |
| HSV(B) | 46º | 0.42% | 0.84% | - |
| XYZ | 49.87 | 53.28 | 26.39 | - |
| YUV | 190.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 123 | 0 | 0.10 | 0.42 | 0.16 | 46 | 0.52 | 0.66 |
| Hex | D5 | C0 | 7B | 0 | A | 2A | 10 | 2E | 34 | 42 |
| Octal | 325 | 300 | 173 | 0 | 12 | 52 | 20 | 56 | 64 | 102 |
| Binary | 11010101 | 11000000 | 1111011 | 0 | 1010 | 101010 | 10000 | 101110 | 110100 | 1000010 |
Color Harmonies of #D5C07B
Complementary color
Monochromatic Colors of #D5C07B
Black with #D5C07B
Text Example
Text Example
White with #D5C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C07B; }
p { color: rgb(213,192,123); }
H1.HeaderClassName
{
color: #D5C07B;
}
.AnyTagClassName
{
color: #D5C07B;
}
</style>
background-color css
<style>
a { background-color: #D5C07B; }
a { background-color: rgb(213,192,123); }
div.DivClassName
{
background-color: #D5C07B;
}
.BgClassName
{
background-color: #D5C07B;
}
</style>
border-color css
<style>
span { border-color: #D5C07B; }
span { border-color: rgb(213,192,123); }
td.TdClassName
{
border-color: #D5C07B;
}
.TagClassName
{
border-color: #D5C07B;
}
</style>