Shades of Brandy #DBB588
Tints of Brandy #DBB588
RGB
CMYK
RGB Variations
Color information
#DBB588 (or 0xDBB588) is known color: Brandy. HEX triplet: DB, B5 and 88. RGB value is (219,181,136). Sum of RGB (Red+Green+Blue) = 219+181+136=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB588 is #244A77. Grayscale: #BBBBBB. Windows color (decimal): -2378360 or 8959451. OLE color: 8959451.
HSL color Cylindrical-coordinate representation of color #DBB588: hue angle of 32.53º 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 #DBB588 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 136 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.14 |
| HSL | 32.53º | 0.54% | 0.7% | - |
| HSV(B) | 32.53º | 0.38% | 0.86% | - |
| XYZ | 50.18 | 49.89 | 30.28 | - |
| YUV | 187.23 | 99.09 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 136 | 0 | 0.17 | 0.38 | 0.14 | 32.53 | 0.54 | 0.7 |
| Hex | DB | B5 | 88 | 0 | 11 | 26 | E | 21 | 36 | 46 |
| Octal | 333 | 265 | 210 | 0 | 21 | 46 | 16 | 41 | 66 | 106 |
| Binary | 11011011 | 10110101 | 10001000 | 0 | 10001 | 100110 | 1110 | 100001 | 110110 | 1000110 |
Color Harmonies of #DBB588
Complementary color
Monochromatic Colors of #DBB588
Black with #DBB588
Text Example
Text Example
White with #DBB588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB588; }
p { color: rgb(219,181,136); }
H1.HeaderClassName
{
color: #DBB588;
}
.AnyTagClassName
{
color: #DBB588;
}
</style>
background-color css
<style>
a { background-color: #DBB588; }
a { background-color: rgb(219,181,136); }
div.DivClassName
{
background-color: #DBB588;
}
.BgClassName
{
background-color: #DBB588;
}
</style>
border-color css
<style>
span { border-color: #DBB588; }
span { border-color: rgb(219,181,136); }
td.TdClassName
{
border-color: #DBB588;
}
.TagClassName
{
border-color: #DBB588;
}
</style>