Shades of Brandy #DBB58A
Tints of Brandy #DBB58A
RGB
CMYK
RGB Variations
Color information
#DBB58A (or 0xDBB58A) is known color: Brandy. HEX triplet: DB, B5 and 8A. RGB value is (219,181,138). Sum of RGB (Red+Green+Blue) = 219+181+138=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB58A is #244A75. Grayscale: #BBBBBB. Windows color (decimal): -2378358 or 9090523. OLE color: 9090523.
HSL color Cylindrical-coordinate representation of color #DBB58A: hue angle of 31.85º 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 #DBB58A is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 138 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.14 |
| HSL | 31.85º | 0.53% | 0.7% | - |
| HSV(B) | 31.85º | 0.37% | 0.86% | - |
| XYZ | 50.32 | 49.94 | 31.03 | - |
| YUV | 187.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 138 | 0 | 0.17 | 0.37 | 0.14 | 31.85 | 0.53 | 0.7 |
| Hex | DB | B5 | 8A | 0 | 11 | 25 | E | 20 | 35 | 46 |
| Octal | 333 | 265 | 212 | 0 | 21 | 45 | 16 | 40 | 65 | 106 |
| Binary | 11011011 | 10110101 | 10001010 | 0 | 10001 | 100101 | 1110 | 100000 | 110101 | 1000110 |
Color Harmonies of #DBB58A
Complementary color
Monochromatic Colors of #DBB58A
Black with #DBB58A
Text Example
Text Example
White with #DBB58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB58A; }
p { color: rgb(219,181,138); }
H1.HeaderClassName
{
color: #DBB58A;
}
.AnyTagClassName
{
color: #DBB58A;
}
</style>
background-color css
<style>
a { background-color: #DBB58A; }
a { background-color: rgb(219,181,138); }
div.DivClassName
{
background-color: #DBB58A;
}
.BgClassName
{
background-color: #DBB58A;
}
</style>
border-color css
<style>
span { border-color: #DBB58A; }
span { border-color: rgb(219,181,138); }
td.TdClassName
{
border-color: #DBB58A;
}
.TagClassName
{
border-color: #DBB58A;
}
</style>