Shades of Brandy #DBB38B
Tints of Brandy #DBB38B
RGB
CMYK
RGB Variations
Color information
#DBB38B (or 0xDBB38B) is known color: Brandy. HEX triplet: DB, B3 and 8B. RGB value is (219,179,139). Sum of RGB (Red+Green+Blue) = 219+179+139=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB38B is #244C74. Grayscale: #BABABA. Windows color (decimal): -2378869 or 9155547. OLE color: 9155547.
HSL color Cylindrical-coordinate representation of color #DBB38B: hue angle of 30º 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 #DBB38B is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 139 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.14 |
| HSL | 30º | 0.53% | 0.7% | - |
| HSV(B) | 30º | 0.37% | 0.86% | - |
| XYZ | 49.99 | 49.16 | 31.28 | - |
| YUV | 186.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 139 | 0 | 0.18 | 0.37 | 0.14 | 30 | 0.53 | 0.7 |
| Hex | DB | B3 | 8B | 0 | 12 | 25 | E | 1E | 35 | 46 |
| Octal | 333 | 263 | 213 | 0 | 22 | 45 | 16 | 36 | 65 | 106 |
| Binary | 11011011 | 10110011 | 10001011 | 0 | 10010 | 100101 | 1110 | 11110 | 110101 | 1000110 |
Color Harmonies of #DBB38B
Complementary color
Monochromatic Colors of #DBB38B
Black with #DBB38B
Text Example
Text Example
White with #DBB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB38B; }
p { color: rgb(219,179,139); }
H1.HeaderClassName
{
color: #DBB38B;
}
.AnyTagClassName
{
color: #DBB38B;
}
</style>
background-color css
<style>
a { background-color: #DBB38B; }
a { background-color: rgb(219,179,139); }
div.DivClassName
{
background-color: #DBB38B;
}
.BgClassName
{
background-color: #DBB38B;
}
</style>
border-color css
<style>
span { border-color: #DBB38B; }
span { border-color: rgb(219,179,139); }
td.TdClassName
{
border-color: #DBB38B;
}
.TagClassName
{
border-color: #DBB38B;
}
</style>