Shades of Chenin #D8BC6C
Tints of Chenin #D8BC6C
RGB
CMYK
RGB Variations
Color information
#D8BC6C (or 0xD8BC6C) is known color: Chenin. HEX triplet: D8, BC and 6C. RGB value is (216,188,108). Sum of RGB (Red+Green+Blue) = 216+188+108=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BC6C is #274393. Grayscale: #BBBBBB. Windows color (decimal): -2573204 or 7126232. OLE color: 7126232.
HSL color Cylindrical-coordinate representation of color #D8BC6C: hue angle of 44.44º 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 #D8BC6C is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 108 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.15 |
| HSL | 44.44º | 0.58% | 0.64% | - |
| HSV(B) | 44.44º | 0.5% | 0.85% | - |
| XYZ | 49.01 | 51.65 | 21.57 | - |
| YUV | 187.25 | 83.28 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 108 | 0 | 0.13 | 0.50 | 0.15 | 44.44 | 0.58 | 0.64 |
| Hex | D8 | BC | 6C | 0 | D | 32 | F | 2C | 3A | 40 |
| Octal | 330 | 274 | 154 | 0 | 15 | 62 | 17 | 54 | 72 | 100 |
| Binary | 11011000 | 10111100 | 1101100 | 0 | 1101 | 110010 | 1111 | 101100 | 111010 | 1000000 |
Color Harmonies of #D8BC6C
Complementary color
Monochromatic Colors of #D8BC6C
Black with #D8BC6C
Text Example
Text Example
White with #D8BC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC6C; }
p { color: rgb(216,188,108); }
H1.HeaderClassName
{
color: #D8BC6C;
}
.AnyTagClassName
{
color: #D8BC6C;
}
</style>
background-color css
<style>
a { background-color: #D8BC6C; }
a { background-color: rgb(216,188,108); }
div.DivClassName
{
background-color: #D8BC6C;
}
.BgClassName
{
background-color: #D8BC6C;
}
</style>
border-color css
<style>
span { border-color: #D8BC6C; }
span { border-color: rgb(216,188,108); }
td.TdClassName
{
border-color: #D8BC6C;
}
.TagClassName
{
border-color: #D8BC6C;
}
</style>