Shades of Chenin #D5BC6D
Tints of Chenin #D5BC6D
RGB
CMYK
RGB Variations
Color information
#D5BC6D (or 0xD5BC6D) is known color: Chenin. HEX triplet: D5, BC and 6D. RGB value is (213,188,109). Sum of RGB (Red+Green+Blue) = 213+188+109=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC6D is #2A4392. Grayscale: #BABABA. Windows color (decimal): -2769811 or 7191765. OLE color: 7191765.
HSL color Cylindrical-coordinate representation of color #D5BC6D: hue angle of 45.58º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5BC6D is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 109 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.16 |
| HSL | 45.58º | 0.55% | 0.63% | - |
| HSV(B) | 45.58º | 0.49% | 0.84% | - |
| XYZ | 48.18 | 51.22 | 21.81 | - |
| YUV | 186.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 109 | 0 | 0.12 | 0.49 | 0.16 | 45.58 | 0.55 | 0.63 |
| Hex | D5 | BC | 6D | 0 | C | 31 | 10 | 2E | 37 | 3F |
| Octal | 325 | 274 | 155 | 0 | 14 | 61 | 20 | 56 | 67 | 77 |
| Binary | 11010101 | 10111100 | 1101101 | 0 | 1100 | 110001 | 10000 | 101110 | 110111 | 111111 |
Color Harmonies of #D5BC6D
Complementary color
Monochromatic Colors of #D5BC6D
Black with #D5BC6D
Text Example
Text Example
White with #D5BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC6D; }
p { color: rgb(213,188,109); }
H1.HeaderClassName
{
color: #D5BC6D;
}
.AnyTagClassName
{
color: #D5BC6D;
}
</style>
background-color css
<style>
a { background-color: #D5BC6D; }
a { background-color: rgb(213,188,109); }
div.DivClassName
{
background-color: #D5BC6D;
}
.BgClassName
{
background-color: #D5BC6D;
}
</style>
border-color css
<style>
span { border-color: #D5BC6D; }
span { border-color: rgb(213,188,109); }
td.TdClassName
{
border-color: #D5BC6D;
}
.TagClassName
{
border-color: #D5BC6D;
}
</style>