Shades of Brandy #DBB186
Tints of Brandy #DBB186
RGB
CMYK
RGB Variations
Color information
#DBB186 (or 0xDBB186) is known color: Brandy. HEX triplet: DB, B1 and 86. RGB value is (219,177,134). Sum of RGB (Red+Green+Blue) = 219+177+134=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB186 is #244E79. Grayscale: #B8B8B8. Windows color (decimal): -2379386 or 8827355. OLE color: 8827355.
HSL color Cylindrical-coordinate representation of color #DBB186: hue angle of 30.35º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBB186 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 134 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.14 |
| HSL | 30.35º | 0.54% | 0.69% | - |
| HSV(B) | 30.35º | 0.39% | 0.86% | - |
| XYZ | 49.24 | 48.23 | 29.27 | - |
| YUV | 184.66 | 99.41 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 134 | 0 | 0.19 | 0.39 | 0.14 | 30.35 | 0.54 | 0.69 |
| Hex | DB | B1 | 86 | 0 | 13 | 27 | E | 1E | 36 | 45 |
| Octal | 333 | 261 | 206 | 0 | 23 | 47 | 16 | 36 | 66 | 105 |
| Binary | 11011011 | 10110001 | 10000110 | 0 | 10011 | 100111 | 1110 | 11110 | 110110 | 1000101 |
Color Harmonies of #DBB186
Complementary color
Monochromatic Colors of #DBB186
Black with #DBB186
Text Example
Text Example
White with #DBB186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB186; }
p { color: rgb(219,177,134); }
H1.HeaderClassName
{
color: #DBB186;
}
.AnyTagClassName
{
color: #DBB186;
}
</style>
background-color css
<style>
a { background-color: #DBB186; }
a { background-color: rgb(219,177,134); }
div.DivClassName
{
background-color: #DBB186;
}
.BgClassName
{
background-color: #DBB186;
}
</style>
border-color css
<style>
span { border-color: #DBB186; }
span { border-color: rgb(219,177,134); }
td.TdClassName
{
border-color: #DBB186;
}
.TagClassName
{
border-color: #DBB186;
}
</style>