Shades of Brandy #DBB58D
Tints of Brandy #DBB58D
RGB
CMYK
RGB Variations
Color information
#DBB58D (or 0xDBB58D) is known color: Brandy. HEX triplet: DB, B5 and 8D. RGB value is (219,181,141). Sum of RGB (Red+Green+Blue) = 219+181+141=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB58D is #244A72. Grayscale: #BCBCBC. Windows color (decimal): -2378355 or 9287131. OLE color: 9287131.
HSL color Cylindrical-coordinate representation of color #DBB58D: hue angle of 30.77º 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 #DBB58D is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 141 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.14 |
| HSL | 30.77º | 0.52% | 0.71% | - |
| HSV(B) | 30.77º | 0.36% | 0.86% | - |
| XYZ | 50.55 | 50.03 | 32.19 | - |
| YUV | 187.8 | 101.59 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 141 | 0 | 0.17 | 0.36 | 0.14 | 30.77 | 0.52 | 0.71 |
| Hex | DB | B5 | 8D | 0 | 11 | 24 | E | 1F | 34 | 47 |
| Octal | 333 | 265 | 215 | 0 | 21 | 44 | 16 | 37 | 64 | 107 |
| Binary | 11011011 | 10110101 | 10001101 | 0 | 10001 | 100100 | 1110 | 11111 | 110100 | 1000111 |
Color Harmonies of #DBB58D
Complementary color
Monochromatic Colors of #DBB58D
Black with #DBB58D
Text Example
Text Example
White with #DBB58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB58D; }
p { color: rgb(219,181,141); }
H1.HeaderClassName
{
color: #DBB58D;
}
.AnyTagClassName
{
color: #DBB58D;
}
</style>
background-color css
<style>
a { background-color: #DBB58D; }
a { background-color: rgb(219,181,141); }
div.DivClassName
{
background-color: #DBB58D;
}
.BgClassName
{
background-color: #DBB58D;
}
</style>
border-color css
<style>
span { border-color: #DBB58D; }
span { border-color: rgb(219,181,141); }
td.TdClassName
{
border-color: #DBB58D;
}
.TagClassName
{
border-color: #DBB58D;
}
</style>