Shades of Brandy #DBAF8A
Tints of Brandy #DBAF8A
RGB
CMYK
RGB Variations
Color information
#DBAF8A (or 0xDBAF8A) is known color: Brandy. HEX triplet: DB, AF and 8A. RGB value is (219,175,138). Sum of RGB (Red+Green+Blue) = 219+175+138=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF8A is #245075. Grayscale: #B8B8B8. Windows color (decimal): -2379894 or 9088987. OLE color: 9088987.
HSL color Cylindrical-coordinate representation of color #DBAF8A: hue angle of 27.41º 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 #DBAF8A is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 138 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.14 |
| HSL | 27.41º | 0.53% | 0.7% | - |
| HSV(B) | 27.41º | 0.37% | 0.86% | - |
| XYZ | 49.13 | 47.56 | 30.63 | - |
| YUV | 183.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 138 | 0 | 0.20 | 0.37 | 0.14 | 27.41 | 0.53 | 0.7 |
| Hex | DB | AF | 8A | 0 | 14 | 25 | E | 1B | 35 | 46 |
| Octal | 333 | 257 | 212 | 0 | 24 | 45 | 16 | 33 | 65 | 106 |
| Binary | 11011011 | 10101111 | 10001010 | 0 | 10100 | 100101 | 1110 | 11011 | 110101 | 1000110 |
Color Harmonies of #DBAF8A
Complementary color
Monochromatic Colors of #DBAF8A
Black with #DBAF8A
Text Example
Text Example
White with #DBAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF8A; }
p { color: rgb(219,175,138); }
H1.HeaderClassName
{
color: #DBAF8A;
}
.AnyTagClassName
{
color: #DBAF8A;
}
</style>
background-color css
<style>
a { background-color: #DBAF8A; }
a { background-color: rgb(219,175,138); }
div.DivClassName
{
background-color: #DBAF8A;
}
.BgClassName
{
background-color: #DBAF8A;
}
</style>
border-color css
<style>
span { border-color: #DBAF8A; }
span { border-color: rgb(219,175,138); }
td.TdClassName
{
border-color: #DBAF8A;
}
.TagClassName
{
border-color: #DBAF8A;
}
</style>