Shades of Brandy #DBB789
Tints of Brandy #DBB789
RGB
CMYK
RGB Variations
Color information
#DBB789 (or 0xDBB789) is known color: Brandy. HEX triplet: DB, B7 and 89. RGB value is (219,183,137). Sum of RGB (Red+Green+Blue) = 219+183+137=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB789 is #244876. Grayscale: #BCBCBC. Windows color (decimal): -2377847 or 9025499. OLE color: 9025499.
HSL color Cylindrical-coordinate representation of color #DBB789: hue angle of 33.66º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBB789 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 137 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.14 |
| HSL | 33.66º | 0.53% | 0.7% | - |
| HSV(B) | 33.66º | 0.37% | 0.86% | - |
| XYZ | 50.66 | 50.73 | 30.79 | - |
| YUV | 188.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 137 | 0 | 0.16 | 0.37 | 0.14 | 33.66 | 0.53 | 0.7 |
| Hex | DB | B7 | 89 | 0 | 10 | 25 | E | 22 | 35 | 46 |
| Octal | 333 | 267 | 211 | 0 | 20 | 45 | 16 | 42 | 65 | 106 |
| Binary | 11011011 | 10110111 | 10001001 | 0 | 10000 | 100101 | 1110 | 100010 | 110101 | 1000110 |
Color Harmonies of #DBB789
Complementary color
Monochromatic Colors of #DBB789
Black with #DBB789
Text Example
Text Example
White with #DBB789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB789; }
p { color: rgb(219,183,137); }
H1.HeaderClassName
{
color: #DBB789;
}
.AnyTagClassName
{
color: #DBB789;
}
</style>
background-color css
<style>
a { background-color: #DBB789; }
a { background-color: rgb(219,183,137); }
div.DivClassName
{
background-color: #DBB789;
}
.BgClassName
{
background-color: #DBB789;
}
</style>
border-color css
<style>
span { border-color: #DBB789; }
span { border-color: rgb(219,183,137); }
td.TdClassName
{
border-color: #DBB789;
}
.TagClassName
{
border-color: #DBB789;
}
</style>