Shades of Brandy #DBB58B
Tints of Brandy #DBB58B
RGB
CMYK
RGB Variations
Color information
#DBB58B (or 0xDBB58B) is known color: Brandy. HEX triplet: DB, B5 and 8B. RGB value is (219,181,139). Sum of RGB (Red+Green+Blue) = 219+181+139=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB58B is #244A74. Grayscale: #BBBBBB. Windows color (decimal): -2378357 or 9156059. OLE color: 9156059.
HSL color Cylindrical-coordinate representation of color #DBB58B: hue angle of 31.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBB58B is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 139 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.14 |
| HSL | 31.5º | 0.53% | 0.7% | - |
| HSV(B) | 31.5º | 0.37% | 0.86% | - |
| XYZ | 50.4 | 49.97 | 31.42 | - |
| YUV | 187.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 139 | 0 | 0.17 | 0.37 | 0.14 | 31.5 | 0.53 | 0.7 |
| Hex | DB | B5 | 8B | 0 | 11 | 25 | E | 1F | 35 | 46 |
| Octal | 333 | 265 | 213 | 0 | 21 | 45 | 16 | 37 | 65 | 106 |
| Binary | 11011011 | 10110101 | 10001011 | 0 | 10001 | 100101 | 1110 | 11111 | 110101 | 1000110 |
Color Harmonies of #DBB58B
Complementary color
Monochromatic Colors of #DBB58B
Black with #DBB58B
Text Example
Text Example
White with #DBB58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB58B; }
p { color: rgb(219,181,139); }
H1.HeaderClassName
{
color: #DBB58B;
}
.AnyTagClassName
{
color: #DBB58B;
}
</style>
background-color css
<style>
a { background-color: #DBB58B; }
a { background-color: rgb(219,181,139); }
div.DivClassName
{
background-color: #DBB58B;
}
.BgClassName
{
background-color: #DBB58B;
}
</style>
border-color css
<style>
span { border-color: #DBB58B; }
span { border-color: rgb(219,181,139); }
td.TdClassName
{
border-color: #DBB58B;
}
.TagClassName
{
border-color: #DBB58B;
}
</style>