Shades of Brandy #D9BA8D
Tints of Brandy #D9BA8D
RGB
CMYK
RGB Variations
Color information
#D9BA8D (or 0xD9BA8D) is known color: Brandy. HEX triplet: D9, BA and 8D. RGB value is (217,186,141). Sum of RGB (Red+Green+Blue) = 217+186+141=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA8D is #264572. Grayscale: #BEBEBE. Windows color (decimal): -2508147 or 9288409. OLE color: 9288409.
HSL color Cylindrical-coordinate representation of color #D9BA8D: hue angle of 35.53º degrees, saturation: 0.5, 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 #D9BA8D is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 141 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.15 |
| HSL | 35.53º | 0.5% | 0.7% | - |
| HSV(B) | 35.53º | 0.35% | 0.85% | - |
| XYZ | 50.98 | 51.79 | 32.51 | - |
| YUV | 190.14 | 100.27 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 141 | 0 | 0.14 | 0.35 | 0.15 | 35.53 | 0.5 | 0.7 |
| Hex | D9 | BA | 8D | 0 | E | 23 | F | 24 | 32 | 46 |
| Octal | 331 | 272 | 215 | 0 | 16 | 43 | 17 | 44 | 62 | 106 |
| Binary | 11011001 | 10111010 | 10001101 | 0 | 1110 | 100011 | 1111 | 100100 | 110010 | 1000110 |
Color Harmonies of #D9BA8D
Complementary color
Monochromatic Colors of #D9BA8D
Black with #D9BA8D
Text Example
Text Example
White with #D9BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA8D; }
p { color: rgb(217,186,141); }
H1.HeaderClassName
{
color: #D9BA8D;
}
.AnyTagClassName
{
color: #D9BA8D;
}
</style>
background-color css
<style>
a { background-color: #D9BA8D; }
a { background-color: rgb(217,186,141); }
div.DivClassName
{
background-color: #D9BA8D;
}
.BgClassName
{
background-color: #D9BA8D;
}
</style>
border-color css
<style>
span { border-color: #D9BA8D; }
span { border-color: rgb(217,186,141); }
td.TdClassName
{
border-color: #D9BA8D;
}
.TagClassName
{
border-color: #D9BA8D;
}
</style>