Shades of Brandy #DBB88A
Tints of Brandy #DBB88A
RGB
CMYK
RGB Variations
Color information
#DBB88A (or 0xDBB88A) is known color: Brandy. HEX triplet: DB, B8 and 8A. RGB value is (219,184,138). Sum of RGB (Red+Green+Blue) = 219+184+138=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB88A is #244775. Grayscale: #BDBDBD. Windows color (decimal): -2377590 or 9091291. OLE color: 9091291.
HSL color Cylindrical-coordinate representation of color #DBB88A: hue angle of 34.07º 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 #DBB88A is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 138 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.14 |
| HSL | 34.07º | 0.53% | 0.7% | - |
| HSV(B) | 34.07º | 0.37% | 0.86% | - |
| XYZ | 50.94 | 51.18 | 31.24 | - |
| YUV | 189.22 | 99.1 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 138 | 0 | 0.16 | 0.37 | 0.14 | 34.07 | 0.53 | 0.7 |
| Hex | DB | B8 | 8A | 0 | 10 | 25 | E | 22 | 35 | 46 |
| Octal | 333 | 270 | 212 | 0 | 20 | 45 | 16 | 42 | 65 | 106 |
| Binary | 11011011 | 10111000 | 10001010 | 0 | 10000 | 100101 | 1110 | 100010 | 110101 | 1000110 |
Color Harmonies of #DBB88A
Complementary color
Monochromatic Colors of #DBB88A
Black with #DBB88A
Text Example
Text Example
White with #DBB88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB88A; }
p { color: rgb(219,184,138); }
H1.HeaderClassName
{
color: #DBB88A;
}
.AnyTagClassName
{
color: #DBB88A;
}
</style>
background-color css
<style>
a { background-color: #DBB88A; }
a { background-color: rgb(219,184,138); }
div.DivClassName
{
background-color: #DBB88A;
}
.BgClassName
{
background-color: #DBB88A;
}
</style>
border-color css
<style>
span { border-color: #DBB88A; }
span { border-color: rgb(219,184,138); }
td.TdClassName
{
border-color: #DBB88A;
}
.TagClassName
{
border-color: #DBB88A;
}
</style>