Shades of Chenin #D8BA73
Tints of Chenin #D8BA73
RGB
CMYK
RGB Variations
Color information
#D8BA73 (or 0xD8BA73) is known color: Chenin. HEX triplet: D8, BA and 73. RGB value is (216,186,115). Sum of RGB (Red+Green+Blue) = 216+186+115=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA73 is #27458C. Grayscale: #BBBBBB. Windows color (decimal): -2573709 or 7584472. OLE color: 7584472.
HSL color Cylindrical-coordinate representation of color #D8BA73: hue angle of 42.18º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8BA73 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 115 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.15 |
| HSL | 42.18º | 0.56% | 0.65% | - |
| HSV(B) | 42.18º | 0.47% | 0.85% | - |
| XYZ | 48.97 | 50.95 | 23.47 | - |
| YUV | 186.88 | 87.44 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 115 | 0 | 0.14 | 0.47 | 0.15 | 42.18 | 0.56 | 0.65 |
| Hex | D8 | BA | 73 | 0 | E | 2F | F | 2A | 38 | 41 |
| Octal | 330 | 272 | 163 | 0 | 16 | 57 | 17 | 52 | 70 | 101 |
| Binary | 11011000 | 10111010 | 1110011 | 0 | 1110 | 101111 | 1111 | 101010 | 111000 | 1000001 |
Color Harmonies of #D8BA73
Complementary color
Monochromatic Colors of #D8BA73
Black with #D8BA73
Text Example
Text Example
White with #D8BA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA73; }
p { color: rgb(216,186,115); }
H1.HeaderClassName
{
color: #D8BA73;
}
.AnyTagClassName
{
color: #D8BA73;
}
</style>
background-color css
<style>
a { background-color: #D8BA73; }
a { background-color: rgb(216,186,115); }
div.DivClassName
{
background-color: #D8BA73;
}
.BgClassName
{
background-color: #D8BA73;
}
</style>
border-color css
<style>
span { border-color: #D8BA73; }
span { border-color: rgb(216,186,115); }
td.TdClassName
{
border-color: #D8BA73;
}
.TagClassName
{
border-color: #D8BA73;
}
</style>