Shades of Chenin #D8BA70
Tints of Chenin #D8BA70
RGB
CMYK
RGB Variations
Color information
#D8BA70 (or 0xD8BA70) is known color: Chenin. HEX triplet: D8, BA and 70. RGB value is (216,186,112). Sum of RGB (Red+Green+Blue) = 216+186+112=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA70 is #27458F. Grayscale: #BABABA. Windows color (decimal): -2573712 or 7387864. OLE color: 7387864.
HSL color Cylindrical-coordinate representation of color #D8BA70: hue angle of 42.69º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8BA70 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 112 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.15 |
| HSL | 42.69º | 0.57% | 0.64% | - |
| HSV(B) | 42.69º | 0.48% | 0.85% | - |
| XYZ | 48.8 | 50.89 | 22.58 | - |
| YUV | 186.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 112 | 0 | 0.14 | 0.48 | 0.15 | 42.69 | 0.57 | 0.64 |
| Hex | D8 | BA | 70 | 0 | E | 30 | F | 2B | 39 | 40 |
| Octal | 330 | 272 | 160 | 0 | 16 | 60 | 17 | 53 | 71 | 100 |
| Binary | 11011000 | 10111010 | 1110000 | 0 | 1110 | 110000 | 1111 | 101011 | 111001 | 1000000 |
Color Harmonies of #D8BA70
Complementary color
Monochromatic Colors of #D8BA70
Black with #D8BA70
Text Example
Text Example
White with #D8BA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA70; }
p { color: rgb(216,186,112); }
H1.HeaderClassName
{
color: #D8BA70;
}
.AnyTagClassName
{
color: #D8BA70;
}
</style>
background-color css
<style>
a { background-color: #D8BA70; }
a { background-color: rgb(216,186,112); }
div.DivClassName
{
background-color: #D8BA70;
}
.BgClassName
{
background-color: #D8BA70;
}
</style>
border-color css
<style>
span { border-color: #D8BA70; }
span { border-color: rgb(216,186,112); }
td.TdClassName
{
border-color: #D8BA70;
}
.TagClassName
{
border-color: #D8BA70;
}
</style>