Shades of Brandy #D8BC8F
Tints of Brandy #D8BC8F
RGB
CMYK
RGB Variations
Color information
#D8BC8F (or 0xD8BC8F) is known color: Brandy. HEX triplet: D8, BC and 8F. RGB value is (216,188,143). Sum of RGB (Red+Green+Blue) = 216+188+143=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BC8F is #274370. Grayscale: #BFBFBF. Windows color (decimal): -2573169 or 9419992. OLE color: 9419992.
HSL color Cylindrical-coordinate representation of color #D8BC8F: hue angle of 36.99º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8BC8F is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 143 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.15 |
| HSL | 36.99º | 0.48% | 0.7% | - |
| HSV(B) | 36.99º | 0.34% | 0.85% | - |
| XYZ | 51.26 | 52.55 | 33.43 | - |
| YUV | 191.24 | 100.78 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 143 | 0 | 0.13 | 0.34 | 0.15 | 36.99 | 0.48 | 0.7 |
| Hex | D8 | BC | 8F | 0 | D | 22 | F | 25 | 30 | 46 |
| Octal | 330 | 274 | 217 | 0 | 15 | 42 | 17 | 45 | 60 | 106 |
| Binary | 11011000 | 10111100 | 10001111 | 0 | 1101 | 100010 | 1111 | 100101 | 110000 | 1000110 |
Color Harmonies of #D8BC8F
Complementary color
Monochromatic Colors of #D8BC8F
Black with #D8BC8F
Text Example
Text Example
White with #D8BC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC8F; }
p { color: rgb(216,188,143); }
H1.HeaderClassName
{
color: #D8BC8F;
}
.AnyTagClassName
{
color: #D8BC8F;
}
</style>
background-color css
<style>
a { background-color: #D8BC8F; }
a { background-color: rgb(216,188,143); }
div.DivClassName
{
background-color: #D8BC8F;
}
.BgClassName
{
background-color: #D8BC8F;
}
</style>
border-color css
<style>
span { border-color: #D8BC8F; }
span { border-color: rgb(216,188,143); }
td.TdClassName
{
border-color: #D8BC8F;
}
.TagClassName
{
border-color: #D8BC8F;
}
</style>