Shades of Brandy #DBB78F
Tints of Brandy #DBB78F
RGB
CMYK
RGB Variations
Color information
#DBB78F (or 0xDBB78F) is known color: Brandy. HEX triplet: DB, B7 and 8F. RGB value is (219,183,143). Sum of RGB (Red+Green+Blue) = 219+183+143=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB78F is #244870. Grayscale: #BDBDBD. Windows color (decimal): -2377841 or 9418715. OLE color: 9418715.
HSL color Cylindrical-coordinate representation of color #DBB78F: hue angle of 31.58º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBB78F is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 143 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.14 |
| HSL | 31.58º | 0.51% | 0.71% | - |
| HSV(B) | 31.58º | 0.35% | 0.86% | - |
| XYZ | 51.1 | 50.91 | 33.12 | - |
| YUV | 189.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 143 | 0 | 0.16 | 0.35 | 0.14 | 31.58 | 0.51 | 0.71 |
| Hex | DB | B7 | 8F | 0 | 10 | 23 | E | 20 | 33 | 47 |
| Octal | 333 | 267 | 217 | 0 | 20 | 43 | 16 | 40 | 63 | 107 |
| Binary | 11011011 | 10110111 | 10001111 | 0 | 10000 | 100011 | 1110 | 100000 | 110011 | 1000111 |
Color Harmonies of #DBB78F
Complementary color
Monochromatic Colors of #DBB78F
Black with #DBB78F
Text Example
Text Example
White with #DBB78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB78F; }
p { color: rgb(219,183,143); }
H1.HeaderClassName
{
color: #DBB78F;
}
.AnyTagClassName
{
color: #DBB78F;
}
</style>
background-color css
<style>
a { background-color: #DBB78F; }
a { background-color: rgb(219,183,143); }
div.DivClassName
{
background-color: #DBB78F;
}
.BgClassName
{
background-color: #DBB78F;
}
</style>
border-color css
<style>
span { border-color: #DBB78F; }
span { border-color: rgb(219,183,143); }
td.TdClassName
{
border-color: #DBB78F;
}
.TagClassName
{
border-color: #DBB78F;
}
</style>