Shades of Brandy #DBB38E
Tints of Brandy #DBB38E
RGB
CMYK
RGB Variations
Color information
#DBB38E (or 0xDBB38E) is known color: Brandy. HEX triplet: DB, B3 and 8E. RGB value is (219,179,142). Sum of RGB (Red+Green+Blue) = 219+179+142=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB38E is #244C71. Grayscale: #BABABA. Windows color (decimal): -2378866 or 9352155. OLE color: 9352155.
HSL color Cylindrical-coordinate representation of color #DBB38E: hue angle of 28.83º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBB38E is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 142 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.14 |
| HSL | 28.83º | 0.52% | 0.71% | - |
| HSV(B) | 28.83º | 0.35% | 0.86% | - |
| XYZ | 50.22 | 49.25 | 32.45 | - |
| YUV | 186.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 142 | 0 | 0.18 | 0.35 | 0.14 | 28.83 | 0.52 | 0.71 |
| Hex | DB | B3 | 8E | 0 | 12 | 23 | E | 1D | 34 | 47 |
| Octal | 333 | 263 | 216 | 0 | 22 | 43 | 16 | 35 | 64 | 107 |
| Binary | 11011011 | 10110011 | 10001110 | 0 | 10010 | 100011 | 1110 | 11101 | 110100 | 1000111 |
Color Harmonies of #DBB38E
Complementary color
Monochromatic Colors of #DBB38E
Black with #DBB38E
Text Example
Text Example
White with #DBB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB38E; }
p { color: rgb(219,179,142); }
H1.HeaderClassName
{
color: #DBB38E;
}
.AnyTagClassName
{
color: #DBB38E;
}
</style>
background-color css
<style>
a { background-color: #DBB38E; }
a { background-color: rgb(219,179,142); }
div.DivClassName
{
background-color: #DBB38E;
}
.BgClassName
{
background-color: #DBB38E;
}
</style>
border-color css
<style>
span { border-color: #DBB38E; }
span { border-color: rgb(219,179,142); }
td.TdClassName
{
border-color: #DBB38E;
}
.TagClassName
{
border-color: #DBB38E;
}
</style>