Shades of Chenin #D1BC76
Tints of Chenin #D1BC76
RGB
CMYK
RGB Variations
Color information
#D1BC76 (or 0xD1BC76) is known color: Chenin. HEX triplet: D1, BC and 76. RGB value is (209,188,118). Sum of RGB (Red+Green+Blue) = 209+188+118=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BC76 is #2E4389. Grayscale: #BABABA. Windows color (decimal): -3031946 or 7781585. OLE color: 7781585.
HSL color Cylindrical-coordinate representation of color #D1BC76: hue angle of 46.15º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1BC76 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 118 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.18 |
| HSL | 46.15º | 0.5% | 0.64% | - |
| HSV(B) | 46.15º | 0.44% | 0.82% | - |
| XYZ | 47.55 | 50.83 | 24.44 | - |
| YUV | 186.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 118 | 0 | 0.10 | 0.44 | 0.18 | 46.15 | 0.5 | 0.64 |
| Hex | D1 | BC | 76 | 0 | A | 2C | 12 | 2E | 32 | 40 |
| Octal | 321 | 274 | 166 | 0 | 12 | 54 | 22 | 56 | 62 | 100 |
| Binary | 11010001 | 10111100 | 1110110 | 0 | 1010 | 101100 | 10010 | 101110 | 110010 | 1000000 |
Color Harmonies of #D1BC76
Complementary color
Monochromatic Colors of #D1BC76
Black with #D1BC76
Text Example
Text Example
White with #D1BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC76; }
p { color: rgb(209,188,118); }
H1.HeaderClassName
{
color: #D1BC76;
}
.AnyTagClassName
{
color: #D1BC76;
}
</style>
background-color css
<style>
a { background-color: #D1BC76; }
a { background-color: rgb(209,188,118); }
div.DivClassName
{
background-color: #D1BC76;
}
.BgClassName
{
background-color: #D1BC76;
}
</style>
border-color css
<style>
span { border-color: #D1BC76; }
span { border-color: rgb(209,188,118); }
td.TdClassName
{
border-color: #D1BC76;
}
.TagClassName
{
border-color: #D1BC76;
}
</style>