Shades of Winter Hazel #D6C784
Tints of Winter Hazel #D6C784
RGB
CMYK
RGB Variations
Color information
#D6C784 (or 0xD6C784) is known color: Winter Hazel. HEX triplet: D6, C7 and 84. RGB value is (214,199,132). Sum of RGB (Red+Green+Blue) = 214+199+132=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C784 is #29387B. Grayscale: #C4C4C4. Windows color (decimal): -2701436 or 8701910. OLE color: 8701910.
HSL color Cylindrical-coordinate representation of color #D6C784: hue angle of 49.02º degrees, saturation: 0.5, 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 #D6C784 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 132 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.16 |
| HSL | 49.02º | 0.5% | 0.68% | - |
| HSV(B) | 49.02º | 0.38% | 0.84% | - |
| XYZ | 52.32 | 56.81 | 30.04 | - |
| YUV | 195.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 132 | 0 | 0.07 | 0.38 | 0.16 | 49.02 | 0.5 | 0.68 |
| Hex | D6 | C7 | 84 | 0 | 7 | 26 | 10 | 31 | 32 | 44 |
| Octal | 326 | 307 | 204 | 0 | 7 | 46 | 20 | 61 | 62 | 104 |
| Binary | 11010110 | 11000111 | 10000100 | 0 | 111 | 100110 | 10000 | 110001 | 110010 | 1000100 |
Color Harmonies of #D6C784
Complementary color
Monochromatic Colors of #D6C784
Black with #D6C784
Text Example
Text Example
White with #D6C784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C784; }
p { color: rgb(214,199,132); }
H1.HeaderClassName
{
color: #D6C784;
}
.AnyTagClassName
{
color: #D6C784;
}
</style>
background-color css
<style>
a { background-color: #D6C784; }
a { background-color: rgb(214,199,132); }
div.DivClassName
{
background-color: #D6C784;
}
.BgClassName
{
background-color: #D6C784;
}
</style>
border-color css
<style>
span { border-color: #D6C784; }
span { border-color: rgb(214,199,132); }
td.TdClassName
{
border-color: #D6C784;
}
.TagClassName
{
border-color: #D6C784;
}
</style>