Shades of Winter Hazel #D6C27A
Tints of Winter Hazel #D6C27A
RGB
CMYK
RGB Variations
Color information
#D6C27A (or 0xD6C27A) is known color: Winter Hazel. HEX triplet: D6, C2 and 7A. RGB value is (214,194,122). Sum of RGB (Red+Green+Blue) = 214+194+122=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C27A is #293D85. Grayscale: #C0C0C0. Windows color (decimal): -2702726 or 8045270. OLE color: 8045270.
HSL color Cylindrical-coordinate representation of color #D6C27A: hue angle of 46.96º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6C27A is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 122 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.16 |
| HSL | 46.96º | 0.53% | 0.66% | - |
| HSV(B) | 46.96º | 0.43% | 0.84% | - |
| XYZ | 50.54 | 54.28 | 26.23 | - |
| YUV | 191.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 122 | 0 | 0.09 | 0.43 | 0.16 | 46.96 | 0.53 | 0.66 |
| Hex | D6 | C2 | 7A | 0 | 9 | 2B | 10 | 2F | 35 | 42 |
| Octal | 326 | 302 | 172 | 0 | 11 | 53 | 20 | 57 | 65 | 102 |
| Binary | 11010110 | 11000010 | 1111010 | 0 | 1001 | 101011 | 10000 | 101111 | 110101 | 1000010 |
Color Harmonies of #D6C27A
Complementary color
Monochromatic Colors of #D6C27A
Black with #D6C27A
Text Example
Text Example
White with #D6C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C27A; }
p { color: rgb(214,194,122); }
H1.HeaderClassName
{
color: #D6C27A;
}
.AnyTagClassName
{
color: #D6C27A;
}
</style>
background-color css
<style>
a { background-color: #D6C27A; }
a { background-color: rgb(214,194,122); }
div.DivClassName
{
background-color: #D6C27A;
}
.BgClassName
{
background-color: #D6C27A;
}
</style>
border-color css
<style>
span { border-color: #D6C27A; }
span { border-color: rgb(214,194,122); }
td.TdClassName
{
border-color: #D6C27A;
}
.TagClassName
{
border-color: #D6C27A;
}
</style>