Shades of Brandy #DBB78D
Tints of Brandy #DBB78D
RGB
CMYK
RGB Variations
Color information
#DBB78D (or 0xDBB78D) is known color: Brandy. HEX triplet: DB, B7 and 8D. RGB value is (219,183,141). Sum of RGB (Red+Green+Blue) = 219+183+141=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB78D is #244872. Grayscale: #BDBDBD. Windows color (decimal): -2377843 or 9287643. OLE color: 9287643.
HSL color Cylindrical-coordinate representation of color #DBB78D: hue angle of 32.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBB78D is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 141 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.14 |
| HSL | 32.31º | 0.52% | 0.71% | - |
| HSV(B) | 32.31º | 0.36% | 0.86% | - |
| XYZ | 50.95 | 50.85 | 32.33 | - |
| YUV | 188.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 141 | 0 | 0.16 | 0.36 | 0.14 | 32.31 | 0.52 | 0.71 |
| Hex | DB | B7 | 8D | 0 | 10 | 24 | E | 20 | 34 | 47 |
| Octal | 333 | 267 | 215 | 0 | 20 | 44 | 16 | 40 | 64 | 107 |
| Binary | 11011011 | 10110111 | 10001101 | 0 | 10000 | 100100 | 1110 | 100000 | 110100 | 1000111 |
Color Harmonies of #DBB78D
Complementary color
Monochromatic Colors of #DBB78D
Black with #DBB78D
Text Example
Text Example
White with #DBB78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB78D; }
p { color: rgb(219,183,141); }
H1.HeaderClassName
{
color: #DBB78D;
}
.AnyTagClassName
{
color: #DBB78D;
}
</style>
background-color css
<style>
a { background-color: #DBB78D; }
a { background-color: rgb(219,183,141); }
div.DivClassName
{
background-color: #DBB78D;
}
.BgClassName
{
background-color: #DBB78D;
}
</style>
border-color css
<style>
span { border-color: #DBB78D; }
span { border-color: rgb(219,183,141); }
td.TdClassName
{
border-color: #DBB78D;
}
.TagClassName
{
border-color: #DBB78D;
}
</style>