Shades of Brandy #DBAE8D
Tints of Brandy #DBAE8D
RGB
CMYK
RGB Variations
Color information
#DBAE8D (or 0xDBAE8D) is known color: Brandy. HEX triplet: DB, AE and 8D. RGB value is (219,174,141). Sum of RGB (Red+Green+Blue) = 219+174+141=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE8D is #245172. Grayscale: #B7B7B7. Windows color (decimal): -2380147 or 9285339. OLE color: 9285339.
HSL color Cylindrical-coordinate representation of color #DBAE8D: hue angle of 25.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBAE8D is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 141 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.14 |
| HSL | 25.38º | 0.52% | 0.71% | - |
| HSV(B) | 25.38º | 0.36% | 0.86% | - |
| XYZ | 49.16 | 47.26 | 31.73 | - |
| YUV | 183.69 | 103.91 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 141 | 0 | 0.21 | 0.36 | 0.14 | 25.38 | 0.52 | 0.71 |
| Hex | DB | AE | 8D | 0 | 15 | 24 | E | 19 | 34 | 47 |
| Octal | 333 | 256 | 215 | 0 | 25 | 44 | 16 | 31 | 64 | 107 |
| Binary | 11011011 | 10101110 | 10001101 | 0 | 10101 | 100100 | 1110 | 11001 | 110100 | 1000111 |
Color Harmonies of #DBAE8D
Complementary color
Monochromatic Colors of #DBAE8D
Black with #DBAE8D
Text Example
Text Example
White with #DBAE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE8D; }
p { color: rgb(219,174,141); }
H1.HeaderClassName
{
color: #DBAE8D;
}
.AnyTagClassName
{
color: #DBAE8D;
}
</style>
background-color css
<style>
a { background-color: #DBAE8D; }
a { background-color: rgb(219,174,141); }
div.DivClassName
{
background-color: #DBAE8D;
}
.BgClassName
{
background-color: #DBAE8D;
}
</style>
border-color css
<style>
span { border-color: #DBAE8D; }
span { border-color: rgb(219,174,141); }
td.TdClassName
{
border-color: #DBAE8D;
}
.TagClassName
{
border-color: #DBAE8D;
}
</style>