Shades of Brandy #DBBC8E
Tints of Brandy #DBBC8E
RGB
CMYK
RGB Variations
Color information
#DBBC8E (or 0xDBBC8E) is known color: Brandy. HEX triplet: DB, BC and 8E. RGB value is (219,188,142). Sum of RGB (Red+Green+Blue) = 219+188+142=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC8E is #244371. Grayscale: #C0C0C0. Windows color (decimal): -2376562 or 9354459. OLE color: 9354459.
HSL color Cylindrical-coordinate representation of color #DBBC8E: hue angle of 35.84º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBBC8E is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 142 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.14 |
| HSL | 35.84º | 0.52% | 0.71% | - |
| HSV(B) | 35.84º | 0.35% | 0.86% | - |
| XYZ | 52.08 | 52.98 | 33.07 | - |
| YUV | 192.03 | 99.77 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 142 | 0 | 0.14 | 0.35 | 0.14 | 35.84 | 0.52 | 0.71 |
| Hex | DB | BC | 8E | 0 | E | 23 | E | 24 | 34 | 47 |
| Octal | 333 | 274 | 216 | 0 | 16 | 43 | 16 | 44 | 64 | 107 |
| Binary | 11011011 | 10111100 | 10001110 | 0 | 1110 | 100011 | 1110 | 100100 | 110100 | 1000111 |
Color Harmonies of #DBBC8E
Complementary color
Monochromatic Colors of #DBBC8E
Black with #DBBC8E
Text Example
Text Example
White with #DBBC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC8E; }
p { color: rgb(219,188,142); }
H1.HeaderClassName
{
color: #DBBC8E;
}
.AnyTagClassName
{
color: #DBBC8E;
}
</style>
background-color css
<style>
a { background-color: #DBBC8E; }
a { background-color: rgb(219,188,142); }
div.DivClassName
{
background-color: #DBBC8E;
}
.BgClassName
{
background-color: #DBBC8E;
}
</style>
border-color css
<style>
span { border-color: #DBBC8E; }
span { border-color: rgb(219,188,142); }
td.TdClassName
{
border-color: #DBBC8E;
}
.TagClassName
{
border-color: #DBBC8E;
}
</style>