Shades of Brandy #DBB385
Tints of Brandy #DBB385
RGB
CMYK
RGB Variations
Color information
#DBB385 (or 0xDBB385) is known color: Brandy. HEX triplet: DB, B3 and 85. RGB value is (219,179,133). Sum of RGB (Red+Green+Blue) = 219+179+133=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB385 is #244C7A. Grayscale: #B9B9B9. Windows color (decimal): -2378875 or 8762331. OLE color: 8762331.
HSL color Cylindrical-coordinate representation of color #DBB385: hue angle of 32.09º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBB385 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 133 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.14 |
| HSL | 32.09º | 0.54% | 0.69% | - |
| HSV(B) | 32.09º | 0.39% | 0.86% | - |
| XYZ | 49.57 | 48.99 | 29.03 | - |
| YUV | 185.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 133 | 0 | 0.18 | 0.39 | 0.14 | 32.09 | 0.54 | 0.69 |
| Hex | DB | B3 | 85 | 0 | 12 | 27 | E | 20 | 36 | 45 |
| Octal | 333 | 263 | 205 | 0 | 22 | 47 | 16 | 40 | 66 | 105 |
| Binary | 11011011 | 10110011 | 10000101 | 0 | 10010 | 100111 | 1110 | 100000 | 110110 | 1000101 |
Color Harmonies of #DBB385
Complementary color
Monochromatic Colors of #DBB385
Black with #DBB385
Text Example
Text Example
White with #DBB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB385; }
p { color: rgb(219,179,133); }
H1.HeaderClassName
{
color: #DBB385;
}
.AnyTagClassName
{
color: #DBB385;
}
</style>
background-color css
<style>
a { background-color: #DBB385; }
a { background-color: rgb(219,179,133); }
div.DivClassName
{
background-color: #DBB385;
}
.BgClassName
{
background-color: #DBB385;
}
</style>
border-color css
<style>
span { border-color: #DBB385; }
span { border-color: rgb(219,179,133); }
td.TdClassName
{
border-color: #DBB385;
}
.TagClassName
{
border-color: #DBB385;
}
</style>