Shades of Brandy #DABA8F
Tints of Brandy #DABA8F
RGB
CMYK
RGB Variations
Color information
#DABA8F (or 0xDABA8F) is known color: Brandy. HEX triplet: DA, BA and 8F. RGB value is (218,186,143). Sum of RGB (Red+Green+Blue) = 218+186+143=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA8F is #254570. Grayscale: #BEBEBE. Windows color (decimal): -2442609 or 9419482. OLE color: 9419482.
HSL color Cylindrical-coordinate representation of color #DABA8F: hue angle of 34.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DABA8F is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 143 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.15 |
| HSL | 34.4º | 0.5% | 0.71% | - |
| HSV(B) | 34.4º | 0.34% | 0.85% | - |
| XYZ | 51.43 | 52.01 | 33.31 | - |
| YUV | 190.67 | 101.1 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 143 | 0 | 0.15 | 0.34 | 0.15 | 34.4 | 0.5 | 0.71 |
| Hex | DA | BA | 8F | 0 | F | 22 | F | 22 | 32 | 47 |
| Octal | 332 | 272 | 217 | 0 | 17 | 42 | 17 | 42 | 62 | 107 |
| Binary | 11011010 | 10111010 | 10001111 | 0 | 1111 | 100010 | 1111 | 100010 | 110010 | 1000111 |
Color Harmonies of #DABA8F
Complementary color
Monochromatic Colors of #DABA8F
Black with #DABA8F
Text Example
Text Example
White with #DABA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA8F; }
p { color: rgb(218,186,143); }
H1.HeaderClassName
{
color: #DABA8F;
}
.AnyTagClassName
{
color: #DABA8F;
}
</style>
background-color css
<style>
a { background-color: #DABA8F; }
a { background-color: rgb(218,186,143); }
div.DivClassName
{
background-color: #DABA8F;
}
.BgClassName
{
background-color: #DABA8F;
}
</style>
border-color css
<style>
span { border-color: #DABA8F; }
span { border-color: rgb(218,186,143); }
td.TdClassName
{
border-color: #DABA8F;
}
.TagClassName
{
border-color: #DABA8F;
}
</style>