Shades of Brandy #D8BA8D
Tints of Brandy #D8BA8D
RGB
CMYK
RGB Variations
Color information
#D8BA8D (or 0xD8BA8D) is known color: Brandy. HEX triplet: D8, BA and 8D. RGB value is (216,186,141). Sum of RGB (Red+Green+Blue) = 216+186+141=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA8D is #274572. Grayscale: #BEBEBE. Windows color (decimal): -2573683 or 9288408. OLE color: 9288408.
HSL color Cylindrical-coordinate representation of color #D8BA8D: hue angle of 36º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8BA8D is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 141 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.15 |
| HSL | 36º | 0.49% | 0.7% | - |
| HSV(B) | 36º | 0.35% | 0.85% | - |
| XYZ | 50.69 | 51.64 | 32.5 | - |
| YUV | 189.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 141 | 0 | 0.14 | 0.35 | 0.15 | 36 | 0.49 | 0.7 |
| Hex | D8 | BA | 8D | 0 | E | 23 | F | 24 | 31 | 46 |
| Octal | 330 | 272 | 215 | 0 | 16 | 43 | 17 | 44 | 61 | 106 |
| Binary | 11011000 | 10111010 | 10001101 | 0 | 1110 | 100011 | 1111 | 100100 | 110001 | 1000110 |
Color Harmonies of #D8BA8D
Complementary color
Monochromatic Colors of #D8BA8D
Black with #D8BA8D
Text Example
Text Example
White with #D8BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA8D; }
p { color: rgb(216,186,141); }
H1.HeaderClassName
{
color: #D8BA8D;
}
.AnyTagClassName
{
color: #D8BA8D;
}
</style>
background-color css
<style>
a { background-color: #D8BA8D; }
a { background-color: rgb(216,186,141); }
div.DivClassName
{
background-color: #D8BA8D;
}
.BgClassName
{
background-color: #D8BA8D;
}
</style>
border-color css
<style>
span { border-color: #D8BA8D; }
span { border-color: rgb(216,186,141); }
td.TdClassName
{
border-color: #D8BA8D;
}
.TagClassName
{
border-color: #D8BA8D;
}
</style>