Shades of Winter Hazel #D5C58B
Tints of Winter Hazel #D5C58B
RGB
CMYK
RGB Variations
Color information
#D5C58B (or 0xD5C58B) is known color: Winter Hazel. HEX triplet: D5, C5 and 8B. RGB value is (213,197,139). Sum of RGB (Red+Green+Blue) = 213+197+139=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C58B is #2A3A74. Grayscale: #C3C3C3. Windows color (decimal): -2767477 or 9160149. OLE color: 9160149.
HSL color Cylindrical-coordinate representation of color #D5C58B: hue angle of 47.03º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5C58B is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 139 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.16 |
| HSL | 47.03º | 0.47% | 0.69% | - |
| HSV(B) | 47.03º | 0.35% | 0.84% | - |
| XYZ | 52.07 | 55.94 | 32.48 | - |
| YUV | 195.17 | 96.3 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 139 | 0 | 0.08 | 0.35 | 0.16 | 47.03 | 0.47 | 0.69 |
| Hex | D5 | C5 | 8B | 0 | 8 | 23 | 10 | 2F | 2F | 45 |
| Octal | 325 | 305 | 213 | 0 | 10 | 43 | 20 | 57 | 57 | 105 |
| Binary | 11010101 | 11000101 | 10001011 | 0 | 1000 | 100011 | 10000 | 101111 | 101111 | 1000101 |
Color Harmonies of #D5C58B
Complementary color
Monochromatic Colors of #D5C58B
Black with #D5C58B
Text Example
Text Example
White with #D5C58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C58B; }
p { color: rgb(213,197,139); }
H1.HeaderClassName
{
color: #D5C58B;
}
.AnyTagClassName
{
color: #D5C58B;
}
</style>
background-color css
<style>
a { background-color: #D5C58B; }
a { background-color: rgb(213,197,139); }
div.DivClassName
{
background-color: #D5C58B;
}
.BgClassName
{
background-color: #D5C58B;
}
</style>
border-color css
<style>
span { border-color: #D5C58B; }
span { border-color: rgb(213,197,139); }
td.TdClassName
{
border-color: #D5C58B;
}
.TagClassName
{
border-color: #D5C58B;
}
</style>