Shades of Brandy #DBB08D
Tints of Brandy #DBB08D
RGB
CMYK
RGB Variations
Color information
#DBB08D (or 0xDBB08D) is known color: Brandy. HEX triplet: DB, B0 and 8D. RGB value is (219,176,141). Sum of RGB (Red+Green+Blue) = 219+176+141=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB08D is #244F72. Grayscale: #B9B9B9. Windows color (decimal): -2379635 or 9285851. OLE color: 9285851.
HSL color Cylindrical-coordinate representation of color #DBB08D: hue angle of 26.92º 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 #DBB08D is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 141 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.14 |
| HSL | 26.92º | 0.52% | 0.71% | - |
| HSV(B) | 26.92º | 0.36% | 0.86% | - |
| XYZ | 49.55 | 48.03 | 31.86 | - |
| YUV | 184.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 141 | 0 | 0.20 | 0.36 | 0.14 | 26.92 | 0.52 | 0.71 |
| Hex | DB | B0 | 8D | 0 | 14 | 24 | E | 1B | 34 | 47 |
| Octal | 333 | 260 | 215 | 0 | 24 | 44 | 16 | 33 | 64 | 107 |
| Binary | 11011011 | 10110000 | 10001101 | 0 | 10100 | 100100 | 1110 | 11011 | 110100 | 1000111 |
Color Harmonies of #DBB08D
Complementary color
Monochromatic Colors of #DBB08D
Black with #DBB08D
Text Example
Text Example
White with #DBB08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB08D; }
p { color: rgb(219,176,141); }
H1.HeaderClassName
{
color: #DBB08D;
}
.AnyTagClassName
{
color: #DBB08D;
}
</style>
background-color css
<style>
a { background-color: #DBB08D; }
a { background-color: rgb(219,176,141); }
div.DivClassName
{
background-color: #DBB08D;
}
.BgClassName
{
background-color: #DBB08D;
}
</style>
border-color css
<style>
span { border-color: #DBB08D; }
span { border-color: rgb(219,176,141); }
td.TdClassName
{
border-color: #DBB08D;
}
.TagClassName
{
border-color: #DBB08D;
}
</style>