Shades of Winter Hazel #D6C67B
Tints of Winter Hazel #D6C67B
RGB
CMYK
RGB Variations
Color information
#D6C67B (or 0xD6C67B) is known color: Winter Hazel. HEX triplet: D6, C6 and 7B. RGB value is (214,198,123). Sum of RGB (Red+Green+Blue) = 214+198+123=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C67B is #293984. Grayscale: #C2C2C2. Windows color (decimal): -2701701 or 8111830. OLE color: 8111830.
HSL color Cylindrical-coordinate representation of color #D6C67B: hue angle of 49.45º 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 #D6C67B is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 123 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.16 |
| HSL | 49.45º | 0.53% | 0.66% | - |
| HSV(B) | 49.45º | 0.43% | 0.84% | - |
| XYZ | 51.5 | 56.11 | 26.86 | - |
| YUV | 194.23 | 87.8 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 123 | 0 | 0.07 | 0.43 | 0.16 | 49.45 | 0.53 | 0.66 |
| Hex | D6 | C6 | 7B | 0 | 7 | 2B | 10 | 31 | 35 | 42 |
| Octal | 326 | 306 | 173 | 0 | 7 | 53 | 20 | 61 | 65 | 102 |
| Binary | 11010110 | 11000110 | 1111011 | 0 | 111 | 101011 | 10000 | 110001 | 110101 | 1000010 |
Color Harmonies of #D6C67B
Complementary color
Monochromatic Colors of #D6C67B
Black with #D6C67B
Text Example
Text Example
White with #D6C67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C67B; }
p { color: rgb(214,198,123); }
H1.HeaderClassName
{
color: #D6C67B;
}
.AnyTagClassName
{
color: #D6C67B;
}
</style>
background-color css
<style>
a { background-color: #D6C67B; }
a { background-color: rgb(214,198,123); }
div.DivClassName
{
background-color: #D6C67B;
}
.BgClassName
{
background-color: #D6C67B;
}
</style>
border-color css
<style>
span { border-color: #D6C67B; }
span { border-color: rgb(214,198,123); }
td.TdClassName
{
border-color: #D6C67B;
}
.TagClassName
{
border-color: #D6C67B;
}
</style>