Shades of Brandy #DBB187
Tints of Brandy #DBB187
RGB
CMYK
RGB Variations
Color information
#DBB187 (or 0xDBB187) is known color: Brandy. HEX triplet: DB, B1 and 87. RGB value is (219,177,135). Sum of RGB (Red+Green+Blue) = 219+177+135=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB187 is #244E78. Grayscale: #B8B8B8. Windows color (decimal): -2379385 or 8892891. OLE color: 8892891.
HSL color Cylindrical-coordinate representation of color #DBB187: hue angle of 30º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBB187 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 135 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.14 |
| HSL | 30º | 0.54% | 0.69% | - |
| HSV(B) | 30º | 0.38% | 0.86% | - |
| XYZ | 49.31 | 48.25 | 29.64 | - |
| YUV | 184.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 135 | 0 | 0.19 | 0.38 | 0.14 | 30 | 0.54 | 0.69 |
| Hex | DB | B1 | 87 | 0 | 13 | 26 | E | 1E | 36 | 45 |
| Octal | 333 | 261 | 207 | 0 | 23 | 46 | 16 | 36 | 66 | 105 |
| Binary | 11011011 | 10110001 | 10000111 | 0 | 10011 | 100110 | 1110 | 11110 | 110110 | 1000101 |
Color Harmonies of #DBB187
Complementary color
Monochromatic Colors of #DBB187
Black with #DBB187
Text Example
Text Example
White with #DBB187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB187; }
p { color: rgb(219,177,135); }
H1.HeaderClassName
{
color: #DBB187;
}
.AnyTagClassName
{
color: #DBB187;
}
</style>
background-color css
<style>
a { background-color: #DBB187; }
a { background-color: rgb(219,177,135); }
div.DivClassName
{
background-color: #DBB187;
}
.BgClassName
{
background-color: #DBB187;
}
</style>
border-color css
<style>
span { border-color: #DBB187; }
span { border-color: rgb(219,177,135); }
td.TdClassName
{
border-color: #DBB187;
}
.TagClassName
{
border-color: #DBB187;
}
</style>