Shades of Brandy #DBB28A
Tints of Brandy #DBB28A
RGB
CMYK
RGB Variations
Color information
#DBB28A (or 0xDBB28A) is known color: Brandy. HEX triplet: DB, B2 and 8A. RGB value is (219,178,138). Sum of RGB (Red+Green+Blue) = 219+178+138=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB28A is #244D75. Grayscale: #B9B9B9. Windows color (decimal): -2379126 or 9089755. OLE color: 9089755.
HSL color Cylindrical-coordinate representation of color #DBB28A: hue angle of 29.63º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBB28A is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 138 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.14 |
| HSL | 29.63º | 0.53% | 0.7% | - |
| HSV(B) | 29.63º | 0.37% | 0.86% | - |
| XYZ | 49.72 | 48.74 | 30.83 | - |
| YUV | 185.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 138 | 0 | 0.19 | 0.37 | 0.14 | 29.63 | 0.53 | 0.7 |
| Hex | DB | B2 | 8A | 0 | 13 | 25 | E | 1E | 35 | 46 |
| Octal | 333 | 262 | 212 | 0 | 23 | 45 | 16 | 36 | 65 | 106 |
| Binary | 11011011 | 10110010 | 10001010 | 0 | 10011 | 100101 | 1110 | 11110 | 110101 | 1000110 |
Color Harmonies of #DBB28A
Complementary color
Monochromatic Colors of #DBB28A
Black with #DBB28A
Text Example
Text Example
White with #DBB28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB28A; }
p { color: rgb(219,178,138); }
H1.HeaderClassName
{
color: #DBB28A;
}
.AnyTagClassName
{
color: #DBB28A;
}
</style>
background-color css
<style>
a { background-color: #DBB28A; }
a { background-color: rgb(219,178,138); }
div.DivClassName
{
background-color: #DBB28A;
}
.BgClassName
{
background-color: #DBB28A;
}
</style>
border-color css
<style>
span { border-color: #DBB28A; }
span { border-color: rgb(219,178,138); }
td.TdClassName
{
border-color: #DBB28A;
}
.TagClassName
{
border-color: #DBB28A;
}
</style>