Shades of Chenin #D8BD76
Tints of Chenin #D8BD76
RGB
CMYK
RGB Variations
Color information
#D8BD76 (or 0xD8BD76) is known color: Chenin. HEX triplet: D8, BD and 76. RGB value is (216,189,118). Sum of RGB (Red+Green+Blue) = 216+189+118=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BD76 is #274289. Grayscale: #BDBDBD. Windows color (decimal): -2572938 or 7781848. OLE color: 7781848.
HSL color Cylindrical-coordinate representation of color #D8BD76: hue angle of 43.47º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8BD76 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 118 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.15 |
| HSL | 43.47º | 0.56% | 0.65% | - |
| HSV(B) | 43.47º | 0.45% | 0.85% | - |
| XYZ | 49.79 | 52.3 | 24.61 | - |
| YUV | 188.98 | 87.95 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 118 | 0 | 0.12 | 0.45 | 0.15 | 43.47 | 0.56 | 0.65 |
| Hex | D8 | BD | 76 | 0 | C | 2D | F | 2B | 38 | 41 |
| Octal | 330 | 275 | 166 | 0 | 14 | 55 | 17 | 53 | 70 | 101 |
| Binary | 11011000 | 10111101 | 1110110 | 0 | 1100 | 101101 | 1111 | 101011 | 111000 | 1000001 |
Color Harmonies of #D8BD76
Complementary color
Monochromatic Colors of #D8BD76
Black with #D8BD76
Text Example
Text Example
White with #D8BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD76; }
p { color: rgb(216,189,118); }
H1.HeaderClassName
{
color: #D8BD76;
}
.AnyTagClassName
{
color: #D8BD76;
}
</style>
background-color css
<style>
a { background-color: #D8BD76; }
a { background-color: rgb(216,189,118); }
div.DivClassName
{
background-color: #D8BD76;
}
.BgClassName
{
background-color: #D8BD76;
}
</style>
border-color css
<style>
span { border-color: #D8BD76; }
span { border-color: rgb(216,189,118); }
td.TdClassName
{
border-color: #D8BD76;
}
.TagClassName
{
border-color: #D8BD76;
}
</style>