Shades of Brandy #DBB98C
Tints of Brandy #DBB98C
RGB
CMYK
RGB Variations
Color information
#DBB98C (or 0xDBB98C) is known color: Brandy. HEX triplet: DB, B9 and 8C. RGB value is (219,185,140). Sum of RGB (Red+Green+Blue) = 219+185+140=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB98C is #244673. Grayscale: #BEBEBE. Windows color (decimal): -2377332 or 9222619. OLE color: 9222619.
HSL color Cylindrical-coordinate representation of color #DBB98C: hue angle of 34.18º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBB98C is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 140 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.14 |
| HSL | 34.18º | 0.52% | 0.7% | - |
| HSV(B) | 34.18º | 0.36% | 0.86% | - |
| XYZ | 51.3 | 51.65 | 32.08 | - |
| YUV | 190.04 | 99.76 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 140 | 0 | 0.16 | 0.36 | 0.14 | 34.18 | 0.52 | 0.7 |
| Hex | DB | B9 | 8C | 0 | 10 | 24 | E | 22 | 34 | 46 |
| Octal | 333 | 271 | 214 | 0 | 20 | 44 | 16 | 42 | 64 | 106 |
| Binary | 11011011 | 10111001 | 10001100 | 0 | 10000 | 100100 | 1110 | 100010 | 110100 | 1000110 |
Color Harmonies of #DBB98C
Complementary color
Monochromatic Colors of #DBB98C
Black with #DBB98C
Text Example
Text Example
White with #DBB98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB98C; }
p { color: rgb(219,185,140); }
H1.HeaderClassName
{
color: #DBB98C;
}
.AnyTagClassName
{
color: #DBB98C;
}
</style>
background-color css
<style>
a { background-color: #DBB98C; }
a { background-color: rgb(219,185,140); }
div.DivClassName
{
background-color: #DBB98C;
}
.BgClassName
{
background-color: #DBB98C;
}
</style>
border-color css
<style>
span { border-color: #DBB98C; }
span { border-color: rgb(219,185,140); }
td.TdClassName
{
border-color: #DBB98C;
}
.TagClassName
{
border-color: #DBB98C;
}
</style>