Shades of Winter Hazel #D6C67C
Tints of Winter Hazel #D6C67C
RGB
CMYK
RGB Variations
Color information
#D6C67C (or 0xD6C67C) is known color: Winter Hazel. HEX triplet: D6, C6 and 7C. RGB value is (214,198,124). Sum of RGB (Red+Green+Blue) = 214+198+124=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C67C is #293983. Grayscale: #C2C2C2. Windows color (decimal): -2701700 or 8177366. OLE color: 8177366.
HSL color Cylindrical-coordinate representation of color #D6C67C: hue angle of 49.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6C67C is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 124 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.16 |
| HSL | 49.33º | 0.52% | 0.66% | - |
| HSV(B) | 49.33º | 0.42% | 0.84% | - |
| XYZ | 51.56 | 56.14 | 27.19 | - |
| YUV | 194.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 124 | 0 | 0.07 | 0.42 | 0.16 | 49.33 | 0.52 | 0.66 |
| Hex | D6 | C6 | 7C | 0 | 7 | 2A | 10 | 31 | 34 | 42 |
| Octal | 326 | 306 | 174 | 0 | 7 | 52 | 20 | 61 | 64 | 102 |
| Binary | 11010110 | 11000110 | 1111100 | 0 | 111 | 101010 | 10000 | 110001 | 110100 | 1000010 |
Color Harmonies of #D6C67C
Complementary color
Monochromatic Colors of #D6C67C
Black with #D6C67C
Text Example
Text Example
White with #D6C67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C67C; }
p { color: rgb(214,198,124); }
H1.HeaderClassName
{
color: #D6C67C;
}
.AnyTagClassName
{
color: #D6C67C;
}
</style>
background-color css
<style>
a { background-color: #D6C67C; }
a { background-color: rgb(214,198,124); }
div.DivClassName
{
background-color: #D6C67C;
}
.BgClassName
{
background-color: #D6C67C;
}
</style>
border-color css
<style>
span { border-color: #D6C67C; }
span { border-color: rgb(214,198,124); }
td.TdClassName
{
border-color: #D6C67C;
}
.TagClassName
{
border-color: #D6C67C;
}
</style>