Shades of Brandy #DBB18D
Tints of Brandy #DBB18D
RGB
CMYK
RGB Variations
Color information
#DBB18D (or 0xDBB18D) is known color: Brandy. HEX triplet: DB, B1 and 8D. RGB value is (219,177,141). Sum of RGB (Red+Green+Blue) = 219+177+141=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB18D is #244E72. Grayscale: #B9B9B9. Windows color (decimal): -2379379 or 9286107. OLE color: 9286107.
HSL color Cylindrical-coordinate representation of color #DBB18D: hue angle of 27.69º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBB18D is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 141 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.14 |
| HSL | 27.69º | 0.52% | 0.71% | - |
| HSV(B) | 27.69º | 0.36% | 0.86% | - |
| XYZ | 49.74 | 48.43 | 31.92 | - |
| YUV | 185.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 141 | 0 | 0.19 | 0.36 | 0.14 | 27.69 | 0.52 | 0.71 |
| Hex | DB | B1 | 8D | 0 | 13 | 24 | E | 1C | 34 | 47 |
| Octal | 333 | 261 | 215 | 0 | 23 | 44 | 16 | 34 | 64 | 107 |
| Binary | 11011011 | 10110001 | 10001101 | 0 | 10011 | 100100 | 1110 | 11100 | 110100 | 1000111 |
Color Harmonies of #DBB18D
Complementary color
Monochromatic Colors of #DBB18D
Black with #DBB18D
Text Example
Text Example
White with #DBB18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB18D; }
p { color: rgb(219,177,141); }
H1.HeaderClassName
{
color: #DBB18D;
}
.AnyTagClassName
{
color: #DBB18D;
}
</style>
background-color css
<style>
a { background-color: #DBB18D; }
a { background-color: rgb(219,177,141); }
div.DivClassName
{
background-color: #DBB18D;
}
.BgClassName
{
background-color: #DBB18D;
}
</style>
border-color css
<style>
span { border-color: #DBB18D; }
span { border-color: rgb(219,177,141); }
td.TdClassName
{
border-color: #DBB18D;
}
.TagClassName
{
border-color: #DBB18D;
}
</style>