Shades of Brandy #DBB38D
Tints of Brandy #DBB38D
RGB
CMYK
RGB Variations
Color information
#DBB38D (or 0xDBB38D) is known color: Brandy. HEX triplet: DB, B3 and 8D. RGB value is (219,179,141). Sum of RGB (Red+Green+Blue) = 219+179+141=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB38D is #244C72. Grayscale: #BABABA. Windows color (decimal): -2378867 or 9286619. OLE color: 9286619.
HSL color Cylindrical-coordinate representation of color #DBB38D: hue angle of 29.23º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBB38D is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 141 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.14 |
| HSL | 29.23º | 0.52% | 0.71% | - |
| HSV(B) | 29.23º | 0.36% | 0.86% | - |
| XYZ | 50.14 | 49.22 | 32.06 | - |
| YUV | 186.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 141 | 0 | 0.18 | 0.36 | 0.14 | 29.23 | 0.52 | 0.71 |
| Hex | DB | B3 | 8D | 0 | 12 | 24 | E | 1D | 34 | 47 |
| Octal | 333 | 263 | 215 | 0 | 22 | 44 | 16 | 35 | 64 | 107 |
| Binary | 11011011 | 10110011 | 10001101 | 0 | 10010 | 100100 | 1110 | 11101 | 110100 | 1000111 |
Color Harmonies of #DBB38D
Complementary color
Monochromatic Colors of #DBB38D
Black with #DBB38D
Text Example
Text Example
White with #DBB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB38D; }
p { color: rgb(219,179,141); }
H1.HeaderClassName
{
color: #DBB38D;
}
.AnyTagClassName
{
color: #DBB38D;
}
</style>
background-color css
<style>
a { background-color: #DBB38D; }
a { background-color: rgb(219,179,141); }
div.DivClassName
{
background-color: #DBB38D;
}
.BgClassName
{
background-color: #DBB38D;
}
</style>
border-color css
<style>
span { border-color: #DBB38D; }
span { border-color: rgb(219,179,141); }
td.TdClassName
{
border-color: #DBB38D;
}
.TagClassName
{
border-color: #DBB38D;
}
</style>