Shades of Brandy #DABC8F
Tints of Brandy #DABC8F
RGB
CMYK
RGB Variations
Color information
#DABC8F (or 0xDABC8F) is known color: Brandy. HEX triplet: DA, BC and 8F. RGB value is (218,188,143). Sum of RGB (Red+Green+Blue) = 218+188+143=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC8F is #254370. Grayscale: #C0C0C0. Windows color (decimal): -2442097 or 9419994. OLE color: 9419994.
HSL color Cylindrical-coordinate representation of color #DABC8F: hue angle of 36º 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 #DABC8F is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 143 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.15 |
| HSL | 36º | 0.5% | 0.71% | - |
| HSV(B) | 36º | 0.34% | 0.85% | - |
| XYZ | 51.85 | 52.86 | 33.46 | - |
| YUV | 191.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 143 | 0 | 0.14 | 0.34 | 0.15 | 36 | 0.5 | 0.71 |
| Hex | DA | BC | 8F | 0 | E | 22 | F | 24 | 32 | 47 |
| Octal | 332 | 274 | 217 | 0 | 16 | 42 | 17 | 44 | 62 | 107 |
| Binary | 11011010 | 10111100 | 10001111 | 0 | 1110 | 100010 | 1111 | 100100 | 110010 | 1000111 |
Color Harmonies of #DABC8F
Complementary color
Monochromatic Colors of #DABC8F
Black with #DABC8F
Text Example
Text Example
White with #DABC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC8F; }
p { color: rgb(218,188,143); }
H1.HeaderClassName
{
color: #DABC8F;
}
.AnyTagClassName
{
color: #DABC8F;
}
</style>
background-color css
<style>
a { background-color: #DABC8F; }
a { background-color: rgb(218,188,143); }
div.DivClassName
{
background-color: #DABC8F;
}
.BgClassName
{
background-color: #DABC8F;
}
</style>
border-color css
<style>
span { border-color: #DABC8F; }
span { border-color: rgb(218,188,143); }
td.TdClassName
{
border-color: #DABC8F;
}
.TagClassName
{
border-color: #DABC8F;
}
</style>