Shades of Winter Hazel #D5C07A
Tints of Winter Hazel #D5C07A
RGB
CMYK
RGB Variations
Color information
#D5C07A (or 0xD5C07A) is known color: Winter Hazel. HEX triplet: D5, C0 and 7A. RGB value is (213,192,122). Sum of RGB (Red+Green+Blue) = 213+192+122=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C07A is #2A3F85. Grayscale: #BEBEBE. Windows color (decimal): -2768774 or 8044757. OLE color: 8044757.
HSL color Cylindrical-coordinate representation of color #D5C07A: hue angle of 46.15º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5C07A is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 122 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.16 |
| HSL | 46.15º | 0.52% | 0.66% | - |
| HSV(B) | 46.15º | 0.43% | 0.84% | - |
| XYZ | 49.8 | 53.25 | 26.07 | - |
| YUV | 190.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 122 | 0 | 0.10 | 0.43 | 0.16 | 46.15 | 0.52 | 0.66 |
| Hex | D5 | C0 | 7A | 0 | A | 2B | 10 | 2E | 34 | 42 |
| Octal | 325 | 300 | 172 | 0 | 12 | 53 | 20 | 56 | 64 | 102 |
| Binary | 11010101 | 11000000 | 1111010 | 0 | 1010 | 101011 | 10000 | 101110 | 110100 | 1000010 |
Color Harmonies of #D5C07A
Complementary color
Monochromatic Colors of #D5C07A
Black with #D5C07A
Text Example
Text Example
White with #D5C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C07A; }
p { color: rgb(213,192,122); }
H1.HeaderClassName
{
color: #D5C07A;
}
.AnyTagClassName
{
color: #D5C07A;
}
</style>
background-color css
<style>
a { background-color: #D5C07A; }
a { background-color: rgb(213,192,122); }
div.DivClassName
{
background-color: #D5C07A;
}
.BgClassName
{
background-color: #D5C07A;
}
</style>
border-color css
<style>
span { border-color: #D5C07A; }
span { border-color: rgb(213,192,122); }
td.TdClassName
{
border-color: #D5C07A;
}
.TagClassName
{
border-color: #D5C07A;
}
</style>