Shades of Brandy #DBB08C
Tints of Brandy #DBB08C
RGB
CMYK
RGB Variations
Color information
#DBB08C (or 0xDBB08C) is known color: Brandy. HEX triplet: DB, B0 and 8C. RGB value is (219,176,140). Sum of RGB (Red+Green+Blue) = 219+176+140=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB08C is #244F73. Grayscale: #B8B8B8. Windows color (decimal): -2379636 or 9220315. OLE color: 9220315.
HSL color Cylindrical-coordinate representation of color #DBB08C: hue angle of 27.34º 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 #DBB08C is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 140 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.14 |
| HSL | 27.34º | 0.52% | 0.7% | - |
| HSV(B) | 27.34º | 0.36% | 0.86% | - |
| XYZ | 49.47 | 48 | 31.47 | - |
| YUV | 184.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 140 | 0 | 0.20 | 0.36 | 0.14 | 27.34 | 0.52 | 0.7 |
| Hex | DB | B0 | 8C | 0 | 14 | 24 | E | 1B | 34 | 46 |
| Octal | 333 | 260 | 214 | 0 | 24 | 44 | 16 | 33 | 64 | 106 |
| Binary | 11011011 | 10110000 | 10001100 | 0 | 10100 | 100100 | 1110 | 11011 | 110100 | 1000110 |
Color Harmonies of #DBB08C
Complementary color
Monochromatic Colors of #DBB08C
Black with #DBB08C
Text Example
Text Example
White with #DBB08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB08C; }
p { color: rgb(219,176,140); }
H1.HeaderClassName
{
color: #DBB08C;
}
.AnyTagClassName
{
color: #DBB08C;
}
</style>
background-color css
<style>
a { background-color: #DBB08C; }
a { background-color: rgb(219,176,140); }
div.DivClassName
{
background-color: #DBB08C;
}
.BgClassName
{
background-color: #DBB08C;
}
</style>
border-color css
<style>
span { border-color: #DBB08C; }
span { border-color: rgb(219,176,140); }
td.TdClassName
{
border-color: #DBB08C;
}
.TagClassName
{
border-color: #DBB08C;
}
</style>