Shades of Chenin #D8BC77
Tints of Chenin #D8BC77
RGB
CMYK
RGB Variations
Color information
#D8BC77 (or 0xD8BC77) is known color: Chenin. HEX triplet: D8, BC and 77. RGB value is (216,188,119). Sum of RGB (Red+Green+Blue) = 216+188+119=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BC77 is #274388. Grayscale: #BCBCBC. Windows color (decimal): -2573193 or 7847128. OLE color: 7847128.
HSL color Cylindrical-coordinate representation of color #D8BC77: hue angle of 42.68º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8BC77 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 119 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.15 |
| HSL | 42.68º | 0.55% | 0.66% | - |
| HSV(B) | 42.68º | 0.45% | 0.85% | - |
| XYZ | 49.63 | 51.9 | 24.85 | - |
| YUV | 188.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 119 | 0 | 0.13 | 0.45 | 0.15 | 42.68 | 0.55 | 0.66 |
| Hex | D8 | BC | 77 | 0 | D | 2D | F | 2B | 37 | 42 |
| Octal | 330 | 274 | 167 | 0 | 15 | 55 | 17 | 53 | 67 | 102 |
| Binary | 11011000 | 10111100 | 1110111 | 0 | 1101 | 101101 | 1111 | 101011 | 110111 | 1000010 |
Color Harmonies of #D8BC77
Complementary color
Monochromatic Colors of #D8BC77
Black with #D8BC77
Text Example
Text Example
White with #D8BC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC77; }
p { color: rgb(216,188,119); }
H1.HeaderClassName
{
color: #D8BC77;
}
.AnyTagClassName
{
color: #D8BC77;
}
</style>
background-color css
<style>
a { background-color: #D8BC77; }
a { background-color: rgb(216,188,119); }
div.DivClassName
{
background-color: #D8BC77;
}
.BgClassName
{
background-color: #D8BC77;
}
</style>
border-color css
<style>
span { border-color: #D8BC77; }
span { border-color: rgb(216,188,119); }
td.TdClassName
{
border-color: #D8BC77;
}
.TagClassName
{
border-color: #D8BC77;
}
</style>