Shades of Winter Hazel #D5C37A
Tints of Winter Hazel #D5C37A
RGB
CMYK
RGB Variations
Color information
#D5C37A (or 0xD5C37A) is known color: Winter Hazel. HEX triplet: D5, C3 and 7A. RGB value is (213,195,122). Sum of RGB (Red+Green+Blue) = 213+195+122=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C37A is #2A3C85. Grayscale: #C0C0C0. Windows color (decimal): -2768006 or 8045525. OLE color: 8045525.
HSL color Cylindrical-coordinate representation of color #D5C37A: hue angle of 48.13º 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 #D5C37A is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 122 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.16 |
| HSL | 48.13º | 0.52% | 0.66% | - |
| HSV(B) | 48.13º | 0.43% | 0.84% | - |
| XYZ | 50.47 | 54.58 | 26.29 | - |
| YUV | 192.06 | 88.46 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 122 | 0 | 0.08 | 0.43 | 0.16 | 48.13 | 0.52 | 0.66 |
| Hex | D5 | C3 | 7A | 0 | 8 | 2B | 10 | 30 | 34 | 42 |
| Octal | 325 | 303 | 172 | 0 | 10 | 53 | 20 | 60 | 64 | 102 |
| Binary | 11010101 | 11000011 | 1111010 | 0 | 1000 | 101011 | 10000 | 110000 | 110100 | 1000010 |
Color Harmonies of #D5C37A
Complementary color
Monochromatic Colors of #D5C37A
Black with #D5C37A
Text Example
Text Example
White with #D5C37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C37A; }
p { color: rgb(213,195,122); }
H1.HeaderClassName
{
color: #D5C37A;
}
.AnyTagClassName
{
color: #D5C37A;
}
</style>
background-color css
<style>
a { background-color: #D5C37A; }
a { background-color: rgb(213,195,122); }
div.DivClassName
{
background-color: #D5C37A;
}
.BgClassName
{
background-color: #D5C37A;
}
</style>
border-color css
<style>
span { border-color: #D5C37A; }
span { border-color: rgb(213,195,122); }
td.TdClassName
{
border-color: #D5C37A;
}
.TagClassName
{
border-color: #D5C37A;
}
</style>