Shades of Brandy #D8BA90
Tints of Brandy #D8BA90
RGB
CMYK
RGB Variations
Color information
#D8BA90 (or 0xD8BA90) is known color: Brandy. HEX triplet: D8, BA and 90. RGB value is (216,186,144). Sum of RGB (Red+Green+Blue) = 216+186+144=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA90 is #27456F. Grayscale: #BEBEBE. Windows color (decimal): -2573680 or 9485016. OLE color: 9485016.
HSL color Cylindrical-coordinate representation of color #D8BA90: hue angle of 35º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8BA90 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 144 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.15 |
| HSL | 35º | 0.48% | 0.71% | - |
| HSV(B) | 35º | 0.33% | 0.85% | - |
| XYZ | 50.91 | 51.73 | 33.69 | - |
| YUV | 190.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 144 | 0 | 0.14 | 0.33 | 0.15 | 35 | 0.48 | 0.71 |
| Hex | D8 | BA | 90 | 0 | E | 21 | F | 23 | 30 | 47 |
| Octal | 330 | 272 | 220 | 0 | 16 | 41 | 17 | 43 | 60 | 107 |
| Binary | 11011000 | 10111010 | 10010000 | 0 | 1110 | 100001 | 1111 | 100011 | 110000 | 1000111 |
Color Harmonies of #D8BA90
Complementary color
Monochromatic Colors of #D8BA90
Black with #D8BA90
Text Example
Text Example
White with #D8BA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA90; }
p { color: rgb(216,186,144); }
H1.HeaderClassName
{
color: #D8BA90;
}
.AnyTagClassName
{
color: #D8BA90;
}
</style>
background-color css
<style>
a { background-color: #D8BA90; }
a { background-color: rgb(216,186,144); }
div.DivClassName
{
background-color: #D8BA90;
}
.BgClassName
{
background-color: #D8BA90;
}
</style>
border-color css
<style>
span { border-color: #D8BA90; }
span { border-color: rgb(216,186,144); }
td.TdClassName
{
border-color: #D8BA90;
}
.TagClassName
{
border-color: #D8BA90;
}
</style>