Shades of Brandy #DBAF89
Tints of Brandy #DBAF89
RGB
CMYK
RGB Variations
Color information
#DBAF89 (or 0xDBAF89) is known color: Brandy. HEX triplet: DB, AF and 89. RGB value is (219,175,137). Sum of RGB (Red+Green+Blue) = 219+175+137=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF89 is #245076. Grayscale: #B8B8B8. Windows color (decimal): -2379895 or 9023451. OLE color: 9023451.
HSL color Cylindrical-coordinate representation of color #DBAF89: hue angle of 27.8º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBAF89 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 137 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.14 |
| HSL | 27.8º | 0.53% | 0.7% | - |
| HSV(B) | 27.8º | 0.37% | 0.86% | - |
| XYZ | 49.06 | 47.53 | 30.25 | - |
| YUV | 183.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 137 | 0 | 0.20 | 0.37 | 0.14 | 27.8 | 0.53 | 0.7 |
| Hex | DB | AF | 89 | 0 | 14 | 25 | E | 1C | 35 | 46 |
| Octal | 333 | 257 | 211 | 0 | 24 | 45 | 16 | 34 | 65 | 106 |
| Binary | 11011011 | 10101111 | 10001001 | 0 | 10100 | 100101 | 1110 | 11100 | 110101 | 1000110 |
Color Harmonies of #DBAF89
Complementary color
Monochromatic Colors of #DBAF89
Black with #DBAF89
Text Example
Text Example
White with #DBAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF89; }
p { color: rgb(219,175,137); }
H1.HeaderClassName
{
color: #DBAF89;
}
.AnyTagClassName
{
color: #DBAF89;
}
</style>
background-color css
<style>
a { background-color: #DBAF89; }
a { background-color: rgb(219,175,137); }
div.DivClassName
{
background-color: #DBAF89;
}
.BgClassName
{
background-color: #DBAF89;
}
</style>
border-color css
<style>
span { border-color: #DBAF89; }
span { border-color: rgb(219,175,137); }
td.TdClassName
{
border-color: #DBAF89;
}
.TagClassName
{
border-color: #DBAF89;
}
</style>