Shades of Brandy #DBB78C
Tints of Brandy #DBB78C
RGB
CMYK
RGB Variations
Color information
#DBB78C (or 0xDBB78C) is known color: Brandy. HEX triplet: DB, B7 and 8C. RGB value is (219,183,140). Sum of RGB (Red+Green+Blue) = 219+183+140=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB78C is #244873. Grayscale: #BDBDBD. Windows color (decimal): -2377844 or 9222107. OLE color: 9222107.
HSL color Cylindrical-coordinate representation of color #DBB78C: hue angle of 32.66º 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 #DBB78C is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 140 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.14 |
| HSL | 32.66º | 0.52% | 0.7% | - |
| HSV(B) | 32.66º | 0.36% | 0.86% | - |
| XYZ | 50.88 | 50.82 | 31.94 | - |
| YUV | 188.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 140 | 0 | 0.16 | 0.36 | 0.14 | 32.66 | 0.52 | 0.7 |
| Hex | DB | B7 | 8C | 0 | 10 | 24 | E | 21 | 34 | 46 |
| Octal | 333 | 267 | 214 | 0 | 20 | 44 | 16 | 41 | 64 | 106 |
| Binary | 11011011 | 10110111 | 10001100 | 0 | 10000 | 100100 | 1110 | 100001 | 110100 | 1000110 |
Color Harmonies of #DBB78C
Complementary color
Monochromatic Colors of #DBB78C
Black with #DBB78C
Text Example
Text Example
White with #DBB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB78C; }
p { color: rgb(219,183,140); }
H1.HeaderClassName
{
color: #DBB78C;
}
.AnyTagClassName
{
color: #DBB78C;
}
</style>
background-color css
<style>
a { background-color: #DBB78C; }
a { background-color: rgb(219,183,140); }
div.DivClassName
{
background-color: #DBB78C;
}
.BgClassName
{
background-color: #DBB78C;
}
</style>
border-color css
<style>
span { border-color: #DBB78C; }
span { border-color: rgb(219,183,140); }
td.TdClassName
{
border-color: #DBB78C;
}
.TagClassName
{
border-color: #DBB78C;
}
</style>