Shades of Brandy #DBAE8F
Tints of Brandy #DBAE8F
RGB
CMYK
RGB Variations
Color information
#DBAE8F (or 0xDBAE8F) is known color: Brandy. HEX triplet: DB, AE and 8F. RGB value is (219,174,143). Sum of RGB (Red+Green+Blue) = 219+174+143=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE8F is #245170. Grayscale: #B8B8B8. Windows color (decimal): -2380145 or 9416411. OLE color: 9416411.
HSL color Cylindrical-coordinate representation of color #DBAE8F: hue angle of 24.47º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBAE8F is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 143 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.14 |
| HSL | 24.47º | 0.51% | 0.71% | - |
| HSV(B) | 24.47º | 0.35% | 0.86% | - |
| XYZ | 49.31 | 47.32 | 32.52 | - |
| YUV | 183.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 143 | 0 | 0.21 | 0.35 | 0.14 | 24.47 | 0.51 | 0.71 |
| Hex | DB | AE | 8F | 0 | 15 | 23 | E | 18 | 33 | 47 |
| Octal | 333 | 256 | 217 | 0 | 25 | 43 | 16 | 30 | 63 | 107 |
| Binary | 11011011 | 10101110 | 10001111 | 0 | 10101 | 100011 | 1110 | 11000 | 110011 | 1000111 |
Color Harmonies of #DBAE8F
Complementary color
Monochromatic Colors of #DBAE8F
Black with #DBAE8F
Text Example
Text Example
White with #DBAE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE8F; }
p { color: rgb(219,174,143); }
H1.HeaderClassName
{
color: #DBAE8F;
}
.AnyTagClassName
{
color: #DBAE8F;
}
</style>
background-color css
<style>
a { background-color: #DBAE8F; }
a { background-color: rgb(219,174,143); }
div.DivClassName
{
background-color: #DBAE8F;
}
.BgClassName
{
background-color: #DBAE8F;
}
</style>
border-color css
<style>
span { border-color: #DBAE8F; }
span { border-color: rgb(219,174,143); }
td.TdClassName
{
border-color: #DBAE8F;
}
.TagClassName
{
border-color: #DBAE8F;
}
</style>