Shades of Brandy #DBAF88
Tints of Brandy #DBAF88
RGB
CMYK
RGB Variations
Color information
#DBAF88 (or 0xDBAF88) is known color: Brandy. HEX triplet: DB, AF and 88. RGB value is (219,175,136). Sum of RGB (Red+Green+Blue) = 219+175+136=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF88 is #245077. Grayscale: #B7B7B7. Windows color (decimal): -2379896 or 8957915. OLE color: 8957915.
HSL color Cylindrical-coordinate representation of color #DBAF88: hue angle of 28.19º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBAF88 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 136 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.14 |
| HSL | 28.19º | 0.54% | 0.7% | - |
| HSV(B) | 28.19º | 0.38% | 0.86% | - |
| XYZ | 48.99 | 47.5 | 29.88 | - |
| YUV | 183.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 136 | 0 | 0.20 | 0.38 | 0.14 | 28.19 | 0.54 | 0.7 |
| Hex | DB | AF | 88 | 0 | 14 | 26 | E | 1C | 36 | 46 |
| Octal | 333 | 257 | 210 | 0 | 24 | 46 | 16 | 34 | 66 | 106 |
| Binary | 11011011 | 10101111 | 10001000 | 0 | 10100 | 100110 | 1110 | 11100 | 110110 | 1000110 |
Color Harmonies of #DBAF88
Complementary color
Monochromatic Colors of #DBAF88
Black with #DBAF88
Text Example
Text Example
White with #DBAF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF88; }
p { color: rgb(219,175,136); }
H1.HeaderClassName
{
color: #DBAF88;
}
.AnyTagClassName
{
color: #DBAF88;
}
</style>
background-color css
<style>
a { background-color: #DBAF88; }
a { background-color: rgb(219,175,136); }
div.DivClassName
{
background-color: #DBAF88;
}
.BgClassName
{
background-color: #DBAF88;
}
</style>
border-color css
<style>
span { border-color: #DBAF88; }
span { border-color: rgb(219,175,136); }
td.TdClassName
{
border-color: #DBAF88;
}
.TagClassName
{
border-color: #DBAF88;
}
</style>