Shades of Brandy #DBB088
Tints of Brandy #DBB088
RGB
CMYK
RGB Variations
Color information
#DBB088 (or 0xDBB088) is known color: Brandy. HEX triplet: DB, B0 and 88. RGB value is (219,176,136). Sum of RGB (Red+Green+Blue) = 219+176+136=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB088 is #244F77. Grayscale: #B8B8B8. Windows color (decimal): -2379640 or 8958171. OLE color: 8958171.
HSL color Cylindrical-coordinate representation of color #DBB088: hue angle of 28.92º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBB088 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 136 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.14 |
| HSL | 28.92º | 0.54% | 0.7% | - |
| HSV(B) | 28.92º | 0.38% | 0.86% | - |
| XYZ | 49.18 | 47.89 | 29.94 | - |
| YUV | 184.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 136 | 0 | 0.20 | 0.38 | 0.14 | 28.92 | 0.54 | 0.7 |
| Hex | DB | B0 | 88 | 0 | 14 | 26 | E | 1D | 36 | 46 |
| Octal | 333 | 260 | 210 | 0 | 24 | 46 | 16 | 35 | 66 | 106 |
| Binary | 11011011 | 10110000 | 10001000 | 0 | 10100 | 100110 | 1110 | 11101 | 110110 | 1000110 |
Color Harmonies of #DBB088
Complementary color
Monochromatic Colors of #DBB088
Black with #DBB088
Text Example
Text Example
White with #DBB088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB088; }
p { color: rgb(219,176,136); }
H1.HeaderClassName
{
color: #DBB088;
}
.AnyTagClassName
{
color: #DBB088;
}
</style>
background-color css
<style>
a { background-color: #DBB088; }
a { background-color: rgb(219,176,136); }
div.DivClassName
{
background-color: #DBB088;
}
.BgClassName
{
background-color: #DBB088;
}
</style>
border-color css
<style>
span { border-color: #DBB088; }
span { border-color: rgb(219,176,136); }
td.TdClassName
{
border-color: #DBB088;
}
.TagClassName
{
border-color: #DBB088;
}
</style>