Shades of Brandy #DBB58F
Tints of Brandy #DBB58F
RGB
CMYK
RGB Variations
Color information
#DBB58F (or 0xDBB58F) is known color: Brandy. HEX triplet: DB, B5 and 8F. RGB value is (219,181,143). Sum of RGB (Red+Green+Blue) = 219+181+143=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB58F is #244A70. Grayscale: #BCBCBC. Windows color (decimal): -2378353 or 9418203. OLE color: 9418203.
HSL color Cylindrical-coordinate representation of color #DBB58F: hue angle of 30º 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 #DBB58F is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 143 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.14 |
| HSL | 30º | 0.51% | 0.71% | - |
| HSV(B) | 30º | 0.35% | 0.86% | - |
| XYZ | 50.7 | 50.09 | 32.98 | - |
| YUV | 188.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 143 | 0 | 0.17 | 0.35 | 0.14 | 30 | 0.51 | 0.71 |
| Hex | DB | B5 | 8F | 0 | 11 | 23 | E | 1E | 33 | 47 |
| Octal | 333 | 265 | 217 | 0 | 21 | 43 | 16 | 36 | 63 | 107 |
| Binary | 11011011 | 10110101 | 10001111 | 0 | 10001 | 100011 | 1110 | 11110 | 110011 | 1000111 |
Color Harmonies of #DBB58F
Complementary color
Monochromatic Colors of #DBB58F
Black with #DBB58F
Text Example
Text Example
White with #DBB58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB58F; }
p { color: rgb(219,181,143); }
H1.HeaderClassName
{
color: #DBB58F;
}
.AnyTagClassName
{
color: #DBB58F;
}
</style>
background-color css
<style>
a { background-color: #DBB58F; }
a { background-color: rgb(219,181,143); }
div.DivClassName
{
background-color: #DBB58F;
}
.BgClassName
{
background-color: #DBB58F;
}
</style>
border-color css
<style>
span { border-color: #DBB58F; }
span { border-color: rgb(219,181,143); }
td.TdClassName
{
border-color: #DBB58F;
}
.TagClassName
{
border-color: #DBB58F;
}
</style>