Shades of Winter Hazel #D5C284
Tints of Winter Hazel #D5C284
RGB
CMYK
RGB Variations
Color information
#D5C284 (or 0xD5C284) is known color: Winter Hazel. HEX triplet: D5, C2 and 84. RGB value is (213,194,132). Sum of RGB (Red+Green+Blue) = 213+194+132=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C284 is #2A3D7B. Grayscale: #C0C0C0. Windows color (decimal): -2768252 or 8700629. OLE color: 8700629.
HSL color Cylindrical-coordinate representation of color #D5C284: hue angle of 45.93º 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 #D5C284 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 132 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.16 |
| HSL | 45.93º | 0.49% | 0.68% | - |
| HSV(B) | 45.93º | 0.38% | 0.84% | - |
| XYZ | 50.9 | 54.4 | 29.65 | - |
| YUV | 192.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 132 | 0 | 0.09 | 0.38 | 0.16 | 45.93 | 0.49 | 0.68 |
| Hex | D5 | C2 | 84 | 0 | 9 | 26 | 10 | 2E | 31 | 44 |
| Octal | 325 | 302 | 204 | 0 | 11 | 46 | 20 | 56 | 61 | 104 |
| Binary | 11010101 | 11000010 | 10000100 | 0 | 1001 | 100110 | 10000 | 101110 | 110001 | 1000100 |
Color Harmonies of #D5C284
Complementary color
Monochromatic Colors of #D5C284
Black with #D5C284
Text Example
Text Example
White with #D5C284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C284; }
p { color: rgb(213,194,132); }
H1.HeaderClassName
{
color: #D5C284;
}
.AnyTagClassName
{
color: #D5C284;
}
</style>
background-color css
<style>
a { background-color: #D5C284; }
a { background-color: rgb(213,194,132); }
div.DivClassName
{
background-color: #D5C284;
}
.BgClassName
{
background-color: #D5C284;
}
</style>
border-color css
<style>
span { border-color: #D5C284; }
span { border-color: rgb(213,194,132); }
td.TdClassName
{
border-color: #D5C284;
}
.TagClassName
{
border-color: #D5C284;
}
</style>