Shades of Brandy #DBB28C
Tints of Brandy #DBB28C
RGB
CMYK
RGB Variations
Color information
#DBB28C (or 0xDBB28C) is known color: Brandy. HEX triplet: DB, B2 and 8C. RGB value is (219,178,140). Sum of RGB (Red+Green+Blue) = 219+178+140=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB28C is #244D73. Grayscale: #BABABA. Windows color (decimal): -2379124 or 9220827. OLE color: 9220827.
HSL color Cylindrical-coordinate representation of color #DBB28C: hue angle of 28.86º 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 #DBB28C is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 140 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.14 |
| HSL | 28.86º | 0.52% | 0.7% | - |
| HSV(B) | 28.86º | 0.36% | 0.86% | - |
| XYZ | 49.87 | 48.79 | 31.6 | - |
| YUV | 185.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 140 | 0 | 0.19 | 0.36 | 0.14 | 28.86 | 0.52 | 0.7 |
| Hex | DB | B2 | 8C | 0 | 13 | 24 | E | 1D | 34 | 46 |
| Octal | 333 | 262 | 214 | 0 | 23 | 44 | 16 | 35 | 64 | 106 |
| Binary | 11011011 | 10110010 | 10001100 | 0 | 10011 | 100100 | 1110 | 11101 | 110100 | 1000110 |
Color Harmonies of #DBB28C
Complementary color
Monochromatic Colors of #DBB28C
Black with #DBB28C
Text Example
Text Example
White with #DBB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB28C; }
p { color: rgb(219,178,140); }
H1.HeaderClassName
{
color: #DBB28C;
}
.AnyTagClassName
{
color: #DBB28C;
}
</style>
background-color css
<style>
a { background-color: #DBB28C; }
a { background-color: rgb(219,178,140); }
div.DivClassName
{
background-color: #DBB28C;
}
.BgClassName
{
background-color: #DBB28C;
}
</style>
border-color css
<style>
span { border-color: #DBB28C; }
span { border-color: rgb(219,178,140); }
td.TdClassName
{
border-color: #DBB28C;
}
.TagClassName
{
border-color: #DBB28C;
}
</style>