Shades of Brandy #DABB8F
Tints of Brandy #DABB8F
RGB
CMYK
RGB Variations
Color information
#DABB8F (or 0xDABB8F) is known color: Brandy. HEX triplet: DA, BB and 8F. RGB value is (218,187,143). Sum of RGB (Red+Green+Blue) = 218+187+143=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB8F is #254470. Grayscale: #BFBFBF. Windows color (decimal): -2442353 or 9419738. OLE color: 9419738.
HSL color Cylindrical-coordinate representation of color #DABB8F: hue angle of 35.2º 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 #DABB8F is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 143 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.15 |
| HSL | 35.2º | 0.5% | 0.71% | - |
| HSV(B) | 35.2º | 0.34% | 0.85% | - |
| XYZ | 51.64 | 52.43 | 33.38 | - |
| YUV | 191.25 | 100.77 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 143 | 0 | 0.14 | 0.34 | 0.15 | 35.2 | 0.5 | 0.71 |
| Hex | DA | BB | 8F | 0 | E | 22 | F | 23 | 32 | 47 |
| Octal | 332 | 273 | 217 | 0 | 16 | 42 | 17 | 43 | 62 | 107 |
| Binary | 11011010 | 10111011 | 10001111 | 0 | 1110 | 100010 | 1111 | 100011 | 110010 | 1000111 |
Color Harmonies of #DABB8F
Complementary color
Monochromatic Colors of #DABB8F
Black with #DABB8F
Text Example
Text Example
White with #DABB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB8F; }
p { color: rgb(218,187,143); }
H1.HeaderClassName
{
color: #DABB8F;
}
.AnyTagClassName
{
color: #DABB8F;
}
</style>
background-color css
<style>
a { background-color: #DABB8F; }
a { background-color: rgb(218,187,143); }
div.DivClassName
{
background-color: #DABB8F;
}
.BgClassName
{
background-color: #DABB8F;
}
</style>
border-color css
<style>
span { border-color: #DABB8F; }
span { border-color: rgb(218,187,143); }
td.TdClassName
{
border-color: #DABB8F;
}
.TagClassName
{
border-color: #DABB8F;
}
</style>