Shades of Brandy #DBB486
Tints of Brandy #DBB486
RGB
CMYK
RGB Variations
Color information
#DBB486 (or 0xDBB486) is known color: Brandy. HEX triplet: DB, B4 and 86. RGB value is (219,180,134). Sum of RGB (Red+Green+Blue) = 219+180+134=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB486 is #244B79. Grayscale: #BABABA. Windows color (decimal): -2378618 or 8828123. OLE color: 8828123.
HSL color Cylindrical-coordinate representation of color #DBB486: hue angle of 32.47º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBB486 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 134 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.14 |
| HSL | 32.47º | 0.54% | 0.69% | - |
| HSV(B) | 32.47º | 0.39% | 0.86% | - |
| XYZ | 49.84 | 49.42 | 29.47 | - |
| YUV | 186.42 | 98.42 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 134 | 0 | 0.18 | 0.39 | 0.14 | 32.47 | 0.54 | 0.69 |
| Hex | DB | B4 | 86 | 0 | 12 | 27 | E | 20 | 36 | 45 |
| Octal | 333 | 264 | 206 | 0 | 22 | 47 | 16 | 40 | 66 | 105 |
| Binary | 11011011 | 10110100 | 10000110 | 0 | 10010 | 100111 | 1110 | 100000 | 110110 | 1000101 |
Color Harmonies of #DBB486
Complementary color
Monochromatic Colors of #DBB486
Black with #DBB486
Text Example
Text Example
White with #DBB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB486; }
p { color: rgb(219,180,134); }
H1.HeaderClassName
{
color: #DBB486;
}
.AnyTagClassName
{
color: #DBB486;
}
</style>
background-color css
<style>
a { background-color: #DBB486; }
a { background-color: rgb(219,180,134); }
div.DivClassName
{
background-color: #DBB486;
}
.BgClassName
{
background-color: #DBB486;
}
</style>
border-color css
<style>
span { border-color: #DBB486; }
span { border-color: rgb(219,180,134); }
td.TdClassName
{
border-color: #DBB486;
}
.TagClassName
{
border-color: #DBB486;
}
</style>