Shades of Brandy #DBB98B
Tints of Brandy #DBB98B
RGB
CMYK
RGB Variations
Color information
#DBB98B (or 0xDBB98B) is known color: Brandy. HEX triplet: DB, B9 and 8B. RGB value is (219,185,139). Sum of RGB (Red+Green+Blue) = 219+185+139=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB98B is #244674. Grayscale: #BEBEBE. Windows color (decimal): -2377333 or 9157083. OLE color: 9157083.
HSL color Cylindrical-coordinate representation of color #DBB98B: hue angle of 34.5º 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 #DBB98B is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 139 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.14 |
| HSL | 34.5º | 0.53% | 0.7% | - |
| HSV(B) | 34.5º | 0.37% | 0.86% | - |
| XYZ | 51.22 | 51.62 | 31.69 | - |
| YUV | 189.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 139 | 0 | 0.16 | 0.37 | 0.14 | 34.5 | 0.53 | 0.7 |
| Hex | DB | B9 | 8B | 0 | 10 | 25 | E | 22 | 35 | 46 |
| Octal | 333 | 271 | 213 | 0 | 20 | 45 | 16 | 42 | 65 | 106 |
| Binary | 11011011 | 10111001 | 10001011 | 0 | 10000 | 100101 | 1110 | 100010 | 110101 | 1000110 |
Color Harmonies of #DBB98B
Complementary color
Monochromatic Colors of #DBB98B
Black with #DBB98B
Text Example
Text Example
White with #DBB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB98B; }
p { color: rgb(219,185,139); }
H1.HeaderClassName
{
color: #DBB98B;
}
.AnyTagClassName
{
color: #DBB98B;
}
</style>
background-color css
<style>
a { background-color: #DBB98B; }
a { background-color: rgb(219,185,139); }
div.DivClassName
{
background-color: #DBB98B;
}
.BgClassName
{
background-color: #DBB98B;
}
</style>
border-color css
<style>
span { border-color: #DBB98B; }
span { border-color: rgb(219,185,139); }
td.TdClassName
{
border-color: #DBB98B;
}
.TagClassName
{
border-color: #DBB98B;
}
</style>