Shades of Brandy #DBB689
Tints of Brandy #DBB689
RGB
CMYK
RGB Variations
Color information
#DBB689 (or 0xDBB689) is known color: Brandy. HEX triplet: DB, B6 and 89. RGB value is (219,182,137). Sum of RGB (Red+Green+Blue) = 219+182+137=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB689 is #244976. Grayscale: #BCBCBC. Windows color (decimal): -2378103 or 9025243. OLE color: 9025243.
HSL color Cylindrical-coordinate representation of color #DBB689: hue angle of 32.93º 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 #DBB689 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 137 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.14 |
| HSL | 32.93º | 0.53% | 0.7% | - |
| HSV(B) | 32.93º | 0.37% | 0.86% | - |
| XYZ | 50.46 | 50.32 | 30.72 | - |
| YUV | 187.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 137 | 0 | 0.17 | 0.37 | 0.14 | 32.93 | 0.53 | 0.7 |
| Hex | DB | B6 | 89 | 0 | 11 | 25 | E | 21 | 35 | 46 |
| Octal | 333 | 266 | 211 | 0 | 21 | 45 | 16 | 41 | 65 | 106 |
| Binary | 11011011 | 10110110 | 10001001 | 0 | 10001 | 100101 | 1110 | 100001 | 110101 | 1000110 |
Color Harmonies of #DBB689
Complementary color
Monochromatic Colors of #DBB689
Black with #DBB689
Text Example
Text Example
White with #DBB689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB689; }
p { color: rgb(219,182,137); }
H1.HeaderClassName
{
color: #DBB689;
}
.AnyTagClassName
{
color: #DBB689;
}
</style>
background-color css
<style>
a { background-color: #DBB689; }
a { background-color: rgb(219,182,137); }
div.DivClassName
{
background-color: #DBB689;
}
.BgClassName
{
background-color: #DBB689;
}
</style>
border-color css
<style>
span { border-color: #DBB689; }
span { border-color: rgb(219,182,137); }
td.TdClassName
{
border-color: #DBB689;
}
.TagClassName
{
border-color: #DBB689;
}
</style>