Shades of Chenin #D1BC70
Tints of Chenin #D1BC70
RGB
CMYK
RGB Variations
Color information
#D1BC70 (or 0xD1BC70) is known color: Chenin. HEX triplet: D1, BC and 70. RGB value is (209,188,112). Sum of RGB (Red+Green+Blue) = 209+188+112=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BC70 is #2E438F. Grayscale: #B9B9B9. Windows color (decimal): -3031952 or 7388369. OLE color: 7388369.
HSL color Cylindrical-coordinate representation of color #D1BC70: hue angle of 47.01º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1BC70 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 112 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.18 |
| HSL | 47.01º | 0.51% | 0.63% | - |
| HSV(B) | 47.01º | 0.46% | 0.82% | - |
| XYZ | 47.2 | 50.69 | 22.63 | - |
| YUV | 185.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 112 | 0 | 0.10 | 0.46 | 0.18 | 47.01 | 0.51 | 0.63 |
| Hex | D1 | BC | 70 | 0 | A | 2E | 12 | 2F | 33 | 3F |
| Octal | 321 | 274 | 160 | 0 | 12 | 56 | 22 | 57 | 63 | 77 |
| Binary | 11010001 | 10111100 | 1110000 | 0 | 1010 | 101110 | 10010 | 101111 | 110011 | 111111 |
Color Harmonies of #D1BC70
Complementary color
Monochromatic Colors of #D1BC70
Black with #D1BC70
Text Example
Text Example
White with #D1BC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC70; }
p { color: rgb(209,188,112); }
H1.HeaderClassName
{
color: #D1BC70;
}
.AnyTagClassName
{
color: #D1BC70;
}
</style>
background-color css
<style>
a { background-color: #D1BC70; }
a { background-color: rgb(209,188,112); }
div.DivClassName
{
background-color: #D1BC70;
}
.BgClassName
{
background-color: #D1BC70;
}
</style>
border-color css
<style>
span { border-color: #D1BC70; }
span { border-color: rgb(209,188,112); }
td.TdClassName
{
border-color: #D1BC70;
}
.TagClassName
{
border-color: #D1BC70;
}
</style>