Shades of Chenin #D5BC6E
Tints of Chenin #D5BC6E
RGB
CMYK
RGB Variations
Color information
#D5BC6E (or 0xD5BC6E) is known color: Chenin. HEX triplet: D5, BC and 6E. RGB value is (213,188,110). Sum of RGB (Red+Green+Blue) = 213+188+110=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC6E is #2A4391. Grayscale: #BABABA. Windows color (decimal): -2769810 or 7257301. OLE color: 7257301.
HSL color Cylindrical-coordinate representation of color #D5BC6E: hue angle of 45.44º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5BC6E is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 110 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.16 |
| HSL | 45.44º | 0.55% | 0.63% | - |
| HSV(B) | 45.44º | 0.48% | 0.84% | - |
| XYZ | 48.24 | 51.24 | 22.1 | - |
| YUV | 186.58 | 84.78 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 110 | 0 | 0.12 | 0.48 | 0.16 | 45.44 | 0.55 | 0.63 |
| Hex | D5 | BC | 6E | 0 | C | 30 | 10 | 2D | 37 | 3F |
| Octal | 325 | 274 | 156 | 0 | 14 | 60 | 20 | 55 | 67 | 77 |
| Binary | 11010101 | 10111100 | 1101110 | 0 | 1100 | 110000 | 10000 | 101101 | 110111 | 111111 |
Color Harmonies of #D5BC6E
Complementary color
Monochromatic Colors of #D5BC6E
Black with #D5BC6E
Text Example
Text Example
White with #D5BC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC6E; }
p { color: rgb(213,188,110); }
H1.HeaderClassName
{
color: #D5BC6E;
}
.AnyTagClassName
{
color: #D5BC6E;
}
</style>
background-color css
<style>
a { background-color: #D5BC6E; }
a { background-color: rgb(213,188,110); }
div.DivClassName
{
background-color: #D5BC6E;
}
.BgClassName
{
background-color: #D5BC6E;
}
</style>
border-color css
<style>
span { border-color: #D5BC6E; }
span { border-color: rgb(213,188,110); }
td.TdClassName
{
border-color: #D5BC6E;
}
.TagClassName
{
border-color: #D5BC6E;
}
</style>