Shades of Brandy #D8BC8E
Tints of Brandy #D8BC8E
RGB
CMYK
RGB Variations
Color information
#D8BC8E (or 0xD8BC8E) is known color: Brandy. HEX triplet: D8, BC and 8E. RGB value is (216,188,142). Sum of RGB (Red+Green+Blue) = 216+188+142=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BC8E is #274371. Grayscale: #BFBFBF. Windows color (decimal): -2573170 or 9354456. OLE color: 9354456.
HSL color Cylindrical-coordinate representation of color #D8BC8E: hue angle of 37.3º degrees, saturation: 0.49, 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 #D8BC8E is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 142 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.15 |
| HSL | 37.3º | 0.49% | 0.7% | - |
| HSV(B) | 37.3º | 0.34% | 0.85% | - |
| XYZ | 51.18 | 52.52 | 33.03 | - |
| YUV | 191.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 142 | 0 | 0.13 | 0.34 | 0.15 | 37.3 | 0.49 | 0.7 |
| Hex | D8 | BC | 8E | 0 | D | 22 | F | 25 | 31 | 46 |
| Octal | 330 | 274 | 216 | 0 | 15 | 42 | 17 | 45 | 61 | 106 |
| Binary | 11011000 | 10111100 | 10001110 | 0 | 1101 | 100010 | 1111 | 100101 | 110001 | 1000110 |
Color Harmonies of #D8BC8E
Complementary color
Monochromatic Colors of #D8BC8E
Black with #D8BC8E
Text Example
Text Example
White with #D8BC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC8E; }
p { color: rgb(216,188,142); }
H1.HeaderClassName
{
color: #D8BC8E;
}
.AnyTagClassName
{
color: #D8BC8E;
}
</style>
background-color css
<style>
a { background-color: #D8BC8E; }
a { background-color: rgb(216,188,142); }
div.DivClassName
{
background-color: #D8BC8E;
}
.BgClassName
{
background-color: #D8BC8E;
}
</style>
border-color css
<style>
span { border-color: #D8BC8E; }
span { border-color: rgb(216,188,142); }
td.TdClassName
{
border-color: #D8BC8E;
}
.TagClassName
{
border-color: #D8BC8E;
}
</style>