Shades of Brandy #DBB08A
Tints of Brandy #DBB08A
RGB
CMYK
RGB Variations
Color information
#DBB08A (or 0xDBB08A) is known color: Brandy. HEX triplet: DB, B0 and 8A. RGB value is (219,176,138). Sum of RGB (Red+Green+Blue) = 219+176+138=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB08A is #244F75. Grayscale: #B8B8B8. Windows color (decimal): -2379638 or 9089243. OLE color: 9089243.
HSL color Cylindrical-coordinate representation of color #DBB08A: hue angle of 28.15º 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 #DBB08A is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 138 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.14 |
| HSL | 28.15º | 0.53% | 0.7% | - |
| HSV(B) | 28.15º | 0.37% | 0.86% | - |
| XYZ | 49.33 | 47.95 | 30.7 | - |
| YUV | 184.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 138 | 0 | 0.20 | 0.37 | 0.14 | 28.15 | 0.53 | 0.7 |
| Hex | DB | B0 | 8A | 0 | 14 | 25 | E | 1C | 35 | 46 |
| Octal | 333 | 260 | 212 | 0 | 24 | 45 | 16 | 34 | 65 | 106 |
| Binary | 11011011 | 10110000 | 10001010 | 0 | 10100 | 100101 | 1110 | 11100 | 110101 | 1000110 |
Color Harmonies of #DBB08A
Complementary color
Monochromatic Colors of #DBB08A
Black with #DBB08A
Text Example
Text Example
White with #DBB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB08A; }
p { color: rgb(219,176,138); }
H1.HeaderClassName
{
color: #DBB08A;
}
.AnyTagClassName
{
color: #DBB08A;
}
</style>
background-color css
<style>
a { background-color: #DBB08A; }
a { background-color: rgb(219,176,138); }
div.DivClassName
{
background-color: #DBB08A;
}
.BgClassName
{
background-color: #DBB08A;
}
</style>
border-color css
<style>
span { border-color: #DBB08A; }
span { border-color: rgb(219,176,138); }
td.TdClassName
{
border-color: #DBB08A;
}
.TagClassName
{
border-color: #DBB08A;
}
</style>