Shades of Chenin #D8BC73
Tints of Chenin #D8BC73
RGB
CMYK
RGB Variations
Color information
#D8BC73 (or 0xD8BC73) is known color: Chenin. HEX triplet: D8, BC and 73. RGB value is (216,188,115). Sum of RGB (Red+Green+Blue) = 216+188+115=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BC73 is #27438C. Grayscale: #BCBCBC. Windows color (decimal): -2573197 or 7584984. OLE color: 7584984.
HSL color Cylindrical-coordinate representation of color #D8BC73: hue angle of 43.37º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8BC73 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 115 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.15 |
| HSL | 43.37º | 0.56% | 0.65% | - |
| HSV(B) | 43.37º | 0.47% | 0.85% | - |
| XYZ | 49.4 | 51.8 | 23.62 | - |
| YUV | 188.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 115 | 0 | 0.13 | 0.47 | 0.15 | 43.37 | 0.56 | 0.65 |
| Hex | D8 | BC | 73 | 0 | D | 2F | F | 2B | 38 | 41 |
| Octal | 330 | 274 | 163 | 0 | 15 | 57 | 17 | 53 | 70 | 101 |
| Binary | 11011000 | 10111100 | 1110011 | 0 | 1101 | 101111 | 1111 | 101011 | 111000 | 1000001 |
Color Harmonies of #D8BC73
Complementary color
Monochromatic Colors of #D8BC73
Black with #D8BC73
Text Example
Text Example
White with #D8BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC73; }
p { color: rgb(216,188,115); }
H1.HeaderClassName
{
color: #D8BC73;
}
.AnyTagClassName
{
color: #D8BC73;
}
</style>
background-color css
<style>
a { background-color: #D8BC73; }
a { background-color: rgb(216,188,115); }
div.DivClassName
{
background-color: #D8BC73;
}
.BgClassName
{
background-color: #D8BC73;
}
</style>
border-color css
<style>
span { border-color: #D8BC73; }
span { border-color: rgb(216,188,115); }
td.TdClassName
{
border-color: #D8BC73;
}
.TagClassName
{
border-color: #D8BC73;
}
</style>