Shades of Chenin #D7BC6D
Tints of Chenin #D7BC6D
RGB
CMYK
RGB Variations
Color information
#D7BC6D (or 0xD7BC6D) is known color: Chenin. HEX triplet: D7, BC and 6D. RGB value is (215,188,109). Sum of RGB (Red+Green+Blue) = 215+188+109=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BC6D is #284392. Grayscale: #BBBBBB. Windows color (decimal): -2638739 or 7191767. OLE color: 7191767.
HSL color Cylindrical-coordinate representation of color #D7BC6D: hue angle of 44.72º degrees, saturation: 0.57, 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 #D7BC6D is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 109 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.16 |
| HSL | 44.72º | 0.57% | 0.64% | - |
| HSV(B) | 44.72º | 0.49% | 0.84% | - |
| XYZ | 48.77 | 51.52 | 21.84 | - |
| YUV | 187.07 | 83.95 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 109 | 0 | 0.13 | 0.49 | 0.16 | 44.72 | 0.57 | 0.64 |
| Hex | D7 | BC | 6D | 0 | D | 31 | 10 | 2D | 39 | 40 |
| Octal | 327 | 274 | 155 | 0 | 15 | 61 | 20 | 55 | 71 | 100 |
| Binary | 11010111 | 10111100 | 1101101 | 0 | 1101 | 110001 | 10000 | 101101 | 111001 | 1000000 |
Color Harmonies of #D7BC6D
Complementary color
Monochromatic Colors of #D7BC6D
Black with #D7BC6D
Text Example
Text Example
White with #D7BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BC6D; }
p { color: rgb(215,188,109); }
H1.HeaderClassName
{
color: #D7BC6D;
}
.AnyTagClassName
{
color: #D7BC6D;
}
</style>
background-color css
<style>
a { background-color: #D7BC6D; }
a { background-color: rgb(215,188,109); }
div.DivClassName
{
background-color: #D7BC6D;
}
.BgClassName
{
background-color: #D7BC6D;
}
</style>
border-color css
<style>
span { border-color: #D7BC6D; }
span { border-color: rgb(215,188,109); }
td.TdClassName
{
border-color: #D7BC6D;
}
.TagClassName
{
border-color: #D7BC6D;
}
</style>