Shades of Brandy #DBB387
Tints of Brandy #DBB387
RGB
CMYK
RGB Variations
Color information
#DBB387 (or 0xDBB387) is known color: Brandy. HEX triplet: DB, B3 and 87. RGB value is (219,179,135). Sum of RGB (Red+Green+Blue) = 219+179+135=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB387 is #244C78. Grayscale: #BABABA. Windows color (decimal): -2378873 or 8893403. OLE color: 8893403.
HSL color Cylindrical-coordinate representation of color #DBB387: hue angle of 31.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBB387 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 135 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.14 |
| HSL | 31.43º | 0.54% | 0.69% | - |
| HSV(B) | 31.43º | 0.38% | 0.86% | - |
| XYZ | 49.71 | 49.05 | 29.77 | - |
| YUV | 185.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 135 | 0 | 0.18 | 0.38 | 0.14 | 31.43 | 0.54 | 0.69 |
| Hex | DB | B3 | 87 | 0 | 12 | 26 | E | 1F | 36 | 45 |
| Octal | 333 | 263 | 207 | 0 | 22 | 46 | 16 | 37 | 66 | 105 |
| Binary | 11011011 | 10110011 | 10000111 | 0 | 10010 | 100110 | 1110 | 11111 | 110110 | 1000101 |
Color Harmonies of #DBB387
Complementary color
Monochromatic Colors of #DBB387
Black with #DBB387
Text Example
Text Example
White with #DBB387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB387; }
p { color: rgb(219,179,135); }
H1.HeaderClassName
{
color: #DBB387;
}
.AnyTagClassName
{
color: #DBB387;
}
</style>
background-color css
<style>
a { background-color: #DBB387; }
a { background-color: rgb(219,179,135); }
div.DivClassName
{
background-color: #DBB387;
}
.BgClassName
{
background-color: #DBB387;
}
</style>
border-color css
<style>
span { border-color: #DBB387; }
span { border-color: rgb(219,179,135); }
td.TdClassName
{
border-color: #DBB387;
}
.TagClassName
{
border-color: #DBB387;
}
</style>