Shades of Brandy #DBB88E
Tints of Brandy #DBB88E
RGB
CMYK
RGB Variations
Color information
#DBB88E (or 0xDBB88E) is known color: Brandy. HEX triplet: DB, B8 and 8E. RGB value is (219,184,142). Sum of RGB (Red+Green+Blue) = 219+184+142=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB88E is #244771. Grayscale: #BDBDBD. Windows color (decimal): -2377586 or 9353435. OLE color: 9353435.
HSL color Cylindrical-coordinate representation of color #DBB88E: hue angle of 32.73º 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 #DBB88E is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 142 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.14 |
| HSL | 32.73º | 0.52% | 0.71% | - |
| HSV(B) | 32.73º | 0.35% | 0.86% | - |
| XYZ | 51.24 | 51.29 | 32.79 | - |
| YUV | 189.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 142 | 0 | 0.16 | 0.35 | 0.14 | 32.73 | 0.52 | 0.71 |
| Hex | DB | B8 | 8E | 0 | 10 | 23 | E | 21 | 34 | 47 |
| Octal | 333 | 270 | 216 | 0 | 20 | 43 | 16 | 41 | 64 | 107 |
| Binary | 11011011 | 10111000 | 10001110 | 0 | 10000 | 100011 | 1110 | 100001 | 110100 | 1000111 |
Color Harmonies of #DBB88E
Complementary color
Monochromatic Colors of #DBB88E
Black with #DBB88E
Text Example
Text Example
White with #DBB88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB88E; }
p { color: rgb(219,184,142); }
H1.HeaderClassName
{
color: #DBB88E;
}
.AnyTagClassName
{
color: #DBB88E;
}
</style>
background-color css
<style>
a { background-color: #DBB88E; }
a { background-color: rgb(219,184,142); }
div.DivClassName
{
background-color: #DBB88E;
}
.BgClassName
{
background-color: #DBB88E;
}
</style>
border-color css
<style>
span { border-color: #DBB88E; }
span { border-color: rgb(219,184,142); }
td.TdClassName
{
border-color: #DBB88E;
}
.TagClassName
{
border-color: #DBB88E;
}
</style>