Shades of Brandy #DBB388
Tints of Brandy #DBB388
RGB
CMYK
RGB Variations
Color information
#DBB388 (or 0xDBB388) is known color: Brandy. HEX triplet: DB, B3 and 88. RGB value is (219,179,136). Sum of RGB (Red+Green+Blue) = 219+179+136=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB388 is #244C77. Grayscale: #BABABA. Windows color (decimal): -2378872 or 8958939. OLE color: 8958939.
HSL color Cylindrical-coordinate representation of color #DBB388: hue angle of 31.08º 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 #DBB388 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 136 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.14 |
| HSL | 31.08º | 0.54% | 0.7% | - |
| HSV(B) | 31.08º | 0.38% | 0.86% | - |
| XYZ | 49.78 | 49.08 | 30.14 | - |
| YUV | 186.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 136 | 0 | 0.18 | 0.38 | 0.14 | 31.08 | 0.54 | 0.7 |
| Hex | DB | B3 | 88 | 0 | 12 | 26 | E | 1F | 36 | 46 |
| Octal | 333 | 263 | 210 | 0 | 22 | 46 | 16 | 37 | 66 | 106 |
| Binary | 11011011 | 10110011 | 10001000 | 0 | 10010 | 100110 | 1110 | 11111 | 110110 | 1000110 |
Color Harmonies of #DBB388
Complementary color
Monochromatic Colors of #DBB388
Black with #DBB388
Text Example
Text Example
White with #DBB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB388; }
p { color: rgb(219,179,136); }
H1.HeaderClassName
{
color: #DBB388;
}
.AnyTagClassName
{
color: #DBB388;
}
</style>
background-color css
<style>
a { background-color: #DBB388; }
a { background-color: rgb(219,179,136); }
div.DivClassName
{
background-color: #DBB388;
}
.BgClassName
{
background-color: #DBB388;
}
</style>
border-color css
<style>
span { border-color: #DBB388; }
span { border-color: rgb(219,179,136); }
td.TdClassName
{
border-color: #DBB388;
}
.TagClassName
{
border-color: #DBB388;
}
</style>