Shades of Chenin #D9BC70
Tints of Chenin #D9BC70
RGB
CMYK
RGB Variations
Color information
#D9BC70 (or 0xD9BC70) is known color: Chenin. HEX triplet: D9, BC and 70. RGB value is (217,188,112). Sum of RGB (Red+Green+Blue) = 217+188+112=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BC70 is #26438F. Grayscale: #BCBCBC. Windows color (decimal): -2507664 or 7388377. OLE color: 7388377.
HSL color Cylindrical-coordinate representation of color #D9BC70: hue angle of 43.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9BC70 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 112 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.15 |
| HSL | 43.43º | 0.58% | 0.65% | - |
| HSV(B) | 43.43º | 0.48% | 0.85% | - |
| XYZ | 49.52 | 51.89 | 22.73 | - |
| YUV | 188.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 112 | 0 | 0.13 | 0.48 | 0.15 | 43.43 | 0.58 | 0.65 |
| Hex | D9 | BC | 70 | 0 | D | 30 | F | 2B | 3A | 41 |
| Octal | 331 | 274 | 160 | 0 | 15 | 60 | 17 | 53 | 72 | 101 |
| Binary | 11011001 | 10111100 | 1110000 | 0 | 1101 | 110000 | 1111 | 101011 | 111010 | 1000001 |
Color Harmonies of #D9BC70
Complementary color
Monochromatic Colors of #D9BC70
Black with #D9BC70
Text Example
Text Example
White with #D9BC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC70; }
p { color: rgb(217,188,112); }
H1.HeaderClassName
{
color: #D9BC70;
}
.AnyTagClassName
{
color: #D9BC70;
}
</style>
background-color css
<style>
a { background-color: #D9BC70; }
a { background-color: rgb(217,188,112); }
div.DivClassName
{
background-color: #D9BC70;
}
.BgClassName
{
background-color: #D9BC70;
}
</style>
border-color css
<style>
span { border-color: #D9BC70; }
span { border-color: rgb(217,188,112); }
td.TdClassName
{
border-color: #D9BC70;
}
.TagClassName
{
border-color: #D9BC70;
}
</style>