Shades of Brandy #DBB88C
Tints of Brandy #DBB88C
RGB
CMYK
RGB Variations
Color information
#DBB88C (or 0xDBB88C) is known color: Brandy. HEX triplet: DB, B8 and 8C. RGB value is (219,184,140). Sum of RGB (Red+Green+Blue) = 219+184+140=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB88C is #244773. Grayscale: #BDBDBD. Windows color (decimal): -2377588 or 9222363. OLE color: 9222363.
HSL color Cylindrical-coordinate representation of color #DBB88C: hue angle of 33.42º 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 #DBB88C is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 140 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.14 |
| HSL | 33.42º | 0.52% | 0.7% | - |
| HSV(B) | 33.42º | 0.36% | 0.86% | - |
| XYZ | 51.09 | 51.23 | 32.01 | - |
| YUV | 189.45 | 100.1 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 140 | 0 | 0.16 | 0.36 | 0.14 | 33.42 | 0.52 | 0.7 |
| Hex | DB | B8 | 8C | 0 | 10 | 24 | E | 21 | 34 | 46 |
| Octal | 333 | 270 | 214 | 0 | 20 | 44 | 16 | 41 | 64 | 106 |
| Binary | 11011011 | 10111000 | 10001100 | 0 | 10000 | 100100 | 1110 | 100001 | 110100 | 1000110 |
Color Harmonies of #DBB88C
Complementary color
Monochromatic Colors of #DBB88C
Black with #DBB88C
Text Example
Text Example
White with #DBB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB88C; }
p { color: rgb(219,184,140); }
H1.HeaderClassName
{
color: #DBB88C;
}
.AnyTagClassName
{
color: #DBB88C;
}
</style>
background-color css
<style>
a { background-color: #DBB88C; }
a { background-color: rgb(219,184,140); }
div.DivClassName
{
background-color: #DBB88C;
}
.BgClassName
{
background-color: #DBB88C;
}
</style>
border-color css
<style>
span { border-color: #DBB88C; }
span { border-color: rgb(219,184,140); }
td.TdClassName
{
border-color: #DBB88C;
}
.TagClassName
{
border-color: #DBB88C;
}
</style>