Shades of Winter Hazel #D5C184
Tints of Winter Hazel #D5C184
RGB
CMYK
RGB Variations
Color information
#D5C184 (or 0xD5C184) is known color: Winter Hazel. HEX triplet: D5, C1 and 84. RGB value is (213,193,132). Sum of RGB (Red+Green+Blue) = 213+193+132=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C184 is #2A3E7B. Grayscale: #C0C0C0. Windows color (decimal): -2768508 or 8700373. OLE color: 8700373.
HSL color Cylindrical-coordinate representation of color #D5C184: hue angle of 45.19º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5C184 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 132 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.16 |
| HSL | 45.19º | 0.49% | 0.68% | - |
| HSV(B) | 45.19º | 0.38% | 0.84% | - |
| XYZ | 50.68 | 53.95 | 29.57 | - |
| YUV | 192.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 132 | 0 | 0.09 | 0.38 | 0.16 | 45.19 | 0.49 | 0.68 |
| Hex | D5 | C1 | 84 | 0 | 9 | 26 | 10 | 2D | 31 | 44 |
| Octal | 325 | 301 | 204 | 0 | 11 | 46 | 20 | 55 | 61 | 104 |
| Binary | 11010101 | 11000001 | 10000100 | 0 | 1001 | 100110 | 10000 | 101101 | 110001 | 1000100 |
Color Harmonies of #D5C184
Complementary color
Monochromatic Colors of #D5C184
Black with #D5C184
Text Example
Text Example
White with #D5C184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C184; }
p { color: rgb(213,193,132); }
H1.HeaderClassName
{
color: #D5C184;
}
.AnyTagClassName
{
color: #D5C184;
}
</style>
background-color css
<style>
a { background-color: #D5C184; }
a { background-color: rgb(213,193,132); }
div.DivClassName
{
background-color: #D5C184;
}
.BgClassName
{
background-color: #D5C184;
}
</style>
border-color css
<style>
span { border-color: #D5C184; }
span { border-color: rgb(213,193,132); }
td.TdClassName
{
border-color: #D5C184;
}
.TagClassName
{
border-color: #D5C184;
}
</style>