Shades of Chenin #D6BD6E
Tints of Chenin #D6BD6E
RGB
CMYK
RGB Variations
Color information
#D6BD6E (or 0xD6BD6E) is known color: Chenin. HEX triplet: D6, BD and 6E. RGB value is (214,189,110). Sum of RGB (Red+Green+Blue) = 214+189+110=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BD6E is #294291. Grayscale: #BBBBBB. Windows color (decimal): -2704018 or 7257558. OLE color: 7257558.
HSL color Cylindrical-coordinate representation of color #D6BD6E: hue angle of 45.58º 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 #D6BD6E is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 110 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.16 |
| HSL | 45.58º | 0.56% | 0.64% | - |
| HSV(B) | 45.58º | 0.49% | 0.84% | - |
| XYZ | 48.74 | 51.82 | 22.18 | - |
| YUV | 187.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 110 | 0 | 0.12 | 0.49 | 0.16 | 45.58 | 0.56 | 0.64 |
| Hex | D6 | BD | 6E | 0 | C | 31 | 10 | 2E | 38 | 40 |
| Octal | 326 | 275 | 156 | 0 | 14 | 61 | 20 | 56 | 70 | 100 |
| Binary | 11010110 | 10111101 | 1101110 | 0 | 1100 | 110001 | 10000 | 101110 | 111000 | 1000000 |
Color Harmonies of #D6BD6E
Complementary color
Monochromatic Colors of #D6BD6E
Black with #D6BD6E
Text Example
Text Example
White with #D6BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BD6E; }
p { color: rgb(214,189,110); }
H1.HeaderClassName
{
color: #D6BD6E;
}
.AnyTagClassName
{
color: #D6BD6E;
}
</style>
background-color css
<style>
a { background-color: #D6BD6E; }
a { background-color: rgb(214,189,110); }
div.DivClassName
{
background-color: #D6BD6E;
}
.BgClassName
{
background-color: #D6BD6E;
}
</style>
border-color css
<style>
span { border-color: #D6BD6E; }
span { border-color: rgb(214,189,110); }
td.TdClassName
{
border-color: #D6BD6E;
}
.TagClassName
{
border-color: #D6BD6E;
}
</style>