Shades of Brandy #DBAE8B
Tints of Brandy #DBAE8B
RGB
CMYK
RGB Variations
Color information
#DBAE8B (or 0xDBAE8B) is known color: Brandy. HEX triplet: DB, AE and 8B. RGB value is (219,174,139). Sum of RGB (Red+Green+Blue) = 219+174+139=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE8B is #245174. Grayscale: #B7B7B7. Windows color (decimal): -2380149 or 9154267. OLE color: 9154267.
HSL color Cylindrical-coordinate representation of color #DBAE8B: hue angle of 26.25º 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 #DBAE8B is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 139 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.14 |
| HSL | 26.25º | 0.53% | 0.7% | - |
| HSV(B) | 26.25º | 0.37% | 0.86% | - |
| XYZ | 49.01 | 47.2 | 30.95 | - |
| YUV | 183.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 139 | 0 | 0.21 | 0.37 | 0.14 | 26.25 | 0.53 | 0.7 |
| Hex | DB | AE | 8B | 0 | 15 | 25 | E | 1A | 35 | 46 |
| Octal | 333 | 256 | 213 | 0 | 25 | 45 | 16 | 32 | 65 | 106 |
| Binary | 11011011 | 10101110 | 10001011 | 0 | 10101 | 100101 | 1110 | 11010 | 110101 | 1000110 |
Color Harmonies of #DBAE8B
Complementary color
Monochromatic Colors of #DBAE8B
Black with #DBAE8B
Text Example
Text Example
White with #DBAE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE8B; }
p { color: rgb(219,174,139); }
H1.HeaderClassName
{
color: #DBAE8B;
}
.AnyTagClassName
{
color: #DBAE8B;
}
</style>
background-color css
<style>
a { background-color: #DBAE8B; }
a { background-color: rgb(219,174,139); }
div.DivClassName
{
background-color: #DBAE8B;
}
.BgClassName
{
background-color: #DBAE8B;
}
</style>
border-color css
<style>
span { border-color: #DBAE8B; }
span { border-color: rgb(219,174,139); }
td.TdClassName
{
border-color: #DBAE8B;
}
.TagClassName
{
border-color: #DBAE8B;
}
</style>