Shades of Brandy #DBB18C
Tints of Brandy #DBB18C
RGB
CMYK
RGB Variations
Color information
#DBB18C (or 0xDBB18C) is known color: Brandy. HEX triplet: DB, B1 and 8C. RGB value is (219,177,140). Sum of RGB (Red+Green+Blue) = 219+177+140=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB18C is #244E73. Grayscale: #B9B9B9. Windows color (decimal): -2379380 or 9220571. OLE color: 9220571.
HSL color Cylindrical-coordinate representation of color #DBB18C: hue angle of 28.1º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBB18C is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 140 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.14 |
| HSL | 28.1º | 0.52% | 0.7% | - |
| HSV(B) | 28.1º | 0.36% | 0.86% | - |
| XYZ | 49.67 | 48.4 | 31.53 | - |
| YUV | 185.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 140 | 0 | 0.19 | 0.36 | 0.14 | 28.1 | 0.52 | 0.7 |
| Hex | DB | B1 | 8C | 0 | 13 | 24 | E | 1C | 34 | 46 |
| Octal | 333 | 261 | 214 | 0 | 23 | 44 | 16 | 34 | 64 | 106 |
| Binary | 11011011 | 10110001 | 10001100 | 0 | 10011 | 100100 | 1110 | 11100 | 110100 | 1000110 |
Color Harmonies of #DBB18C
Complementary color
Monochromatic Colors of #DBB18C
Black with #DBB18C
Text Example
Text Example
White with #DBB18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB18C; }
p { color: rgb(219,177,140); }
H1.HeaderClassName
{
color: #DBB18C;
}
.AnyTagClassName
{
color: #DBB18C;
}
</style>
background-color css
<style>
a { background-color: #DBB18C; }
a { background-color: rgb(219,177,140); }
div.DivClassName
{
background-color: #DBB18C;
}
.BgClassName
{
background-color: #DBB18C;
}
</style>
border-color css
<style>
span { border-color: #DBB18C; }
span { border-color: rgb(219,177,140); }
td.TdClassName
{
border-color: #DBB18C;
}
.TagClassName
{
border-color: #DBB18C;
}
</style>