Shades of Chenin #D7BC77
Tints of Chenin #D7BC77
RGB
CMYK
RGB Variations
Color information
#D7BC77 (or 0xD7BC77) is known color: Chenin. HEX triplet: D7, BC and 77. RGB value is (215,188,119). Sum of RGB (Red+Green+Blue) = 215+188+119=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BC77 is #284388. Grayscale: #BCBCBC. Windows color (decimal): -2638729 or 7847127. OLE color: 7847127.
HSL color Cylindrical-coordinate representation of color #D7BC77: hue angle of 43.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7BC77 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 119 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.16 |
| HSL | 43.13º | 0.55% | 0.65% | - |
| HSV(B) | 43.13º | 0.45% | 0.84% | - |
| XYZ | 49.34 | 51.75 | 24.84 | - |
| YUV | 188.21 | 88.95 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 119 | 0 | 0.13 | 0.45 | 0.16 | 43.13 | 0.55 | 0.65 |
| Hex | D7 | BC | 77 | 0 | D | 2D | 10 | 2B | 37 | 41 |
| Octal | 327 | 274 | 167 | 0 | 15 | 55 | 20 | 53 | 67 | 101 |
| Binary | 11010111 | 10111100 | 1110111 | 0 | 1101 | 101101 | 10000 | 101011 | 110111 | 1000001 |
Color Harmonies of #D7BC77
Complementary color
Monochromatic Colors of #D7BC77
Black with #D7BC77
Text Example
Text Example
White with #D7BC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BC77; }
p { color: rgb(215,188,119); }
H1.HeaderClassName
{
color: #D7BC77;
}
.AnyTagClassName
{
color: #D7BC77;
}
</style>
background-color css
<style>
a { background-color: #D7BC77; }
a { background-color: rgb(215,188,119); }
div.DivClassName
{
background-color: #D7BC77;
}
.BgClassName
{
background-color: #D7BC77;
}
</style>
border-color css
<style>
span { border-color: #D7BC77; }
span { border-color: rgb(215,188,119); }
td.TdClassName
{
border-color: #D7BC77;
}
.TagClassName
{
border-color: #D7BC77;
}
</style>