Shades of Brandy #DBB688
Tints of Brandy #DBB688
RGB
CMYK
RGB Variations
Color information
#DBB688 (or 0xDBB688) is known color: Brandy. HEX triplet: DB, B6 and 88. RGB value is (219,182,136). Sum of RGB (Red+Green+Blue) = 219+182+136=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB688 is #244977. Grayscale: #BCBCBC. Windows color (decimal): -2378104 or 8959707. OLE color: 8959707.
HSL color Cylindrical-coordinate representation of color #DBB688: hue angle of 33.25º 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 #DBB688 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 136 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.14 |
| HSL | 33.25º | 0.54% | 0.7% | - |
| HSV(B) | 33.25º | 0.38% | 0.86% | - |
| XYZ | 50.39 | 50.29 | 30.34 | - |
| YUV | 187.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 136 | 0 | 0.17 | 0.38 | 0.14 | 33.25 | 0.54 | 0.7 |
| Hex | DB | B6 | 88 | 0 | 11 | 26 | E | 21 | 36 | 46 |
| Octal | 333 | 266 | 210 | 0 | 21 | 46 | 16 | 41 | 66 | 106 |
| Binary | 11011011 | 10110110 | 10001000 | 0 | 10001 | 100110 | 1110 | 100001 | 110110 | 1000110 |
Color Harmonies of #DBB688
Complementary color
Monochromatic Colors of #DBB688
Black with #DBB688
Text Example
Text Example
White with #DBB688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB688; }
p { color: rgb(219,182,136); }
H1.HeaderClassName
{
color: #DBB688;
}
.AnyTagClassName
{
color: #DBB688;
}
</style>
background-color css
<style>
a { background-color: #DBB688; }
a { background-color: rgb(219,182,136); }
div.DivClassName
{
background-color: #DBB688;
}
.BgClassName
{
background-color: #DBB688;
}
</style>
border-color css
<style>
span { border-color: #DBB688; }
span { border-color: rgb(219,182,136); }
td.TdClassName
{
border-color: #DBB688;
}
.TagClassName
{
border-color: #DBB688;
}
</style>