Shades of Winter Hazel #D6C37B
Tints of Winter Hazel #D6C37B
RGB
CMYK
RGB Variations
Color information
#D6C37B (or 0xD6C37B) is known color: Winter Hazel. HEX triplet: D6, C3 and 7B. RGB value is (214,195,123). Sum of RGB (Red+Green+Blue) = 214+195+123=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C37B is #293C84. Grayscale: #C0C0C0. Windows color (decimal): -2702469 or 8111062. OLE color: 8111062.
HSL color Cylindrical-coordinate representation of color #D6C37B: hue angle of 47.47º 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 #D6C37B is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 123 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.16 |
| HSL | 47.47º | 0.53% | 0.66% | - |
| HSV(B) | 47.47º | 0.43% | 0.84% | - |
| XYZ | 50.82 | 54.76 | 26.63 | - |
| YUV | 192.47 | 88.79 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 123 | 0 | 0.09 | 0.43 | 0.16 | 47.47 | 0.53 | 0.66 |
| Hex | D6 | C3 | 7B | 0 | 9 | 2B | 10 | 2F | 35 | 42 |
| Octal | 326 | 303 | 173 | 0 | 11 | 53 | 20 | 57 | 65 | 102 |
| Binary | 11010110 | 11000011 | 1111011 | 0 | 1001 | 101011 | 10000 | 101111 | 110101 | 1000010 |
Color Harmonies of #D6C37B
Complementary color
Monochromatic Colors of #D6C37B
Black with #D6C37B
Text Example
Text Example
White with #D6C37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C37B; }
p { color: rgb(214,195,123); }
H1.HeaderClassName
{
color: #D6C37B;
}
.AnyTagClassName
{
color: #D6C37B;
}
</style>
background-color css
<style>
a { background-color: #D6C37B; }
a { background-color: rgb(214,195,123); }
div.DivClassName
{
background-color: #D6C37B;
}
.BgClassName
{
background-color: #D6C37B;
}
</style>
border-color css
<style>
span { border-color: #D6C37B; }
span { border-color: rgb(214,195,123); }
td.TdClassName
{
border-color: #D6C37B;
}
.TagClassName
{
border-color: #D6C37B;
}
</style>