Shades of Chenin #D8BC6D
Tints of Chenin #D8BC6D
RGB
CMYK
RGB Variations
Color information
#D8BC6D (or 0xD8BC6D) is known color: Chenin. HEX triplet: D8, BC and 6D. RGB value is (216,188,109). Sum of RGB (Red+Green+Blue) = 216+188+109=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BC6D is #274392. Grayscale: #BBBBBB. Windows color (decimal): -2573203 or 7191768. OLE color: 7191768.
HSL color Cylindrical-coordinate representation of color #D8BC6D: hue angle of 44.3º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8BC6D is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 109 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.15 |
| HSL | 44.3º | 0.58% | 0.64% | - |
| HSV(B) | 44.3º | 0.5% | 0.85% | - |
| XYZ | 49.06 | 51.67 | 21.86 | - |
| YUV | 187.37 | 83.78 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 109 | 0 | 0.13 | 0.50 | 0.15 | 44.3 | 0.58 | 0.64 |
| Hex | D8 | BC | 6D | 0 | D | 32 | F | 2C | 3A | 40 |
| Octal | 330 | 274 | 155 | 0 | 15 | 62 | 17 | 54 | 72 | 100 |
| Binary | 11011000 | 10111100 | 1101101 | 0 | 1101 | 110010 | 1111 | 101100 | 111010 | 1000000 |
Color Harmonies of #D8BC6D
Complementary color
Monochromatic Colors of #D8BC6D
Black with #D8BC6D
Text Example
Text Example
White with #D8BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC6D; }
p { color: rgb(216,188,109); }
H1.HeaderClassName
{
color: #D8BC6D;
}
.AnyTagClassName
{
color: #D8BC6D;
}
</style>
background-color css
<style>
a { background-color: #D8BC6D; }
a { background-color: rgb(216,188,109); }
div.DivClassName
{
background-color: #D8BC6D;
}
.BgClassName
{
background-color: #D8BC6D;
}
</style>
border-color css
<style>
span { border-color: #D8BC6D; }
span { border-color: rgb(216,188,109); }
td.TdClassName
{
border-color: #D8BC6D;
}
.TagClassName
{
border-color: #D8BC6D;
}
</style>