Shades of Chenin #D6B96E
Tints of Chenin #D6B96E
RGB
CMYK
RGB Variations
Color information
#D6B96E (or 0xD6B96E) is known color: Chenin. HEX triplet: D6, B9 and 6E. RGB value is (214,185,110). Sum of RGB (Red+Green+Blue) = 214+185+110=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B96E is #294691. Grayscale: #B9B9B9. Windows color (decimal): -2705042 or 7256534. OLE color: 7256534.
HSL color Cylindrical-coordinate representation of color #D6B96E: hue angle of 43.27º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6B96E is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 110 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.16 |
| HSL | 43.27º | 0.56% | 0.64% | - |
| HSV(B) | 43.27º | 0.49% | 0.84% | - |
| XYZ | 47.89 | 50.12 | 21.9 | - |
| YUV | 185.12 | 85.61 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 110 | 0 | 0.14 | 0.49 | 0.16 | 43.27 | 0.56 | 0.64 |
| Hex | D6 | B9 | 6E | 0 | E | 31 | 10 | 2B | 38 | 40 |
| Octal | 326 | 271 | 156 | 0 | 16 | 61 | 20 | 53 | 70 | 100 |
| Binary | 11010110 | 10111001 | 1101110 | 0 | 1110 | 110001 | 10000 | 101011 | 111000 | 1000000 |
Color Harmonies of #D6B96E
Complementary color
Monochromatic Colors of #D6B96E
Black with #D6B96E
Text Example
Text Example
White with #D6B96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B96E; }
p { color: rgb(214,185,110); }
H1.HeaderClassName
{
color: #D6B96E;
}
.AnyTagClassName
{
color: #D6B96E;
}
</style>
background-color css
<style>
a { background-color: #D6B96E; }
a { background-color: rgb(214,185,110); }
div.DivClassName
{
background-color: #D6B96E;
}
.BgClassName
{
background-color: #D6B96E;
}
</style>
border-color css
<style>
span { border-color: #D6B96E; }
span { border-color: rgb(214,185,110); }
td.TdClassName
{
border-color: #D6B96E;
}
.TagClassName
{
border-color: #D6B96E;
}
</style>