Shades of Brandy #DBB58C
Tints of Brandy #DBB58C
RGB
CMYK
RGB Variations
Color information
#DBB58C (or 0xDBB58C) is known color: Brandy. HEX triplet: DB, B5 and 8C. RGB value is (219,181,140). Sum of RGB (Red+Green+Blue) = 219+181+140=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB58C is #244A73. Grayscale: #BBBBBB. Windows color (decimal): -2378356 or 9221595. OLE color: 9221595.
HSL color Cylindrical-coordinate representation of color #DBB58C: hue angle of 31.14º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBB58C is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 140 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.14 |
| HSL | 31.14º | 0.52% | 0.7% | - |
| HSV(B) | 31.14º | 0.36% | 0.86% | - |
| XYZ | 50.47 | 50 | 31.8 | - |
| YUV | 187.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 140 | 0 | 0.17 | 0.36 | 0.14 | 31.14 | 0.52 | 0.7 |
| Hex | DB | B5 | 8C | 0 | 11 | 24 | E | 1F | 34 | 46 |
| Octal | 333 | 265 | 214 | 0 | 21 | 44 | 16 | 37 | 64 | 106 |
| Binary | 11011011 | 10110101 | 10001100 | 0 | 10001 | 100100 | 1110 | 11111 | 110100 | 1000110 |
Color Harmonies of #DBB58C
Complementary color
Monochromatic Colors of #DBB58C
Black with #DBB58C
Text Example
Text Example
White with #DBB58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB58C; }
p { color: rgb(219,181,140); }
H1.HeaderClassName
{
color: #DBB58C;
}
.AnyTagClassName
{
color: #DBB58C;
}
</style>
background-color css
<style>
a { background-color: #DBB58C; }
a { background-color: rgb(219,181,140); }
div.DivClassName
{
background-color: #DBB58C;
}
.BgClassName
{
background-color: #DBB58C;
}
</style>
border-color css
<style>
span { border-color: #DBB58C; }
span { border-color: rgb(219,181,140); }
td.TdClassName
{
border-color: #DBB58C;
}
.TagClassName
{
border-color: #DBB58C;
}
</style>