Shades of Brandy #DBB488
Tints of Brandy #DBB488
RGB
CMYK
RGB Variations
Color information
#DBB488 (or 0xDBB488) is known color: Brandy. HEX triplet: DB, B4 and 88. RGB value is (219,180,136). Sum of RGB (Red+Green+Blue) = 219+180+136=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB488 is #244B77. Grayscale: #BABABA. Windows color (decimal): -2378616 or 8959195. OLE color: 8959195.
HSL color Cylindrical-coordinate representation of color #DBB488: hue angle of 31.81º 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 #DBB488 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 136 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.14 |
| HSL | 31.81º | 0.54% | 0.7% | - |
| HSV(B) | 31.81º | 0.38% | 0.86% | - |
| XYZ | 49.98 | 49.48 | 30.21 | - |
| YUV | 186.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 136 | 0 | 0.18 | 0.38 | 0.14 | 31.81 | 0.54 | 0.7 |
| Hex | DB | B4 | 88 | 0 | 12 | 26 | E | 20 | 36 | 46 |
| Octal | 333 | 264 | 210 | 0 | 22 | 46 | 16 | 40 | 66 | 106 |
| Binary | 11011011 | 10110100 | 10001000 | 0 | 10010 | 100110 | 1110 | 100000 | 110110 | 1000110 |
Color Harmonies of #DBB488
Complementary color
Monochromatic Colors of #DBB488
Black with #DBB488
Text Example
Text Example
White with #DBB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB488; }
p { color: rgb(219,180,136); }
H1.HeaderClassName
{
color: #DBB488;
}
.AnyTagClassName
{
color: #DBB488;
}
</style>
background-color css
<style>
a { background-color: #DBB488; }
a { background-color: rgb(219,180,136); }
div.DivClassName
{
background-color: #DBB488;
}
.BgClassName
{
background-color: #DBB488;
}
</style>
border-color css
<style>
span { border-color: #DBB488; }
span { border-color: rgb(219,180,136); }
td.TdClassName
{
border-color: #DBB488;
}
.TagClassName
{
border-color: #DBB488;
}
</style>