Shades of Galliano #DBAA2C
Tints of Galliano #DBAA2C
RGB
CMYK
RGB Variations
Color information
#DBAA2C (or 0xDBAA2C) is known color: Galliano. HEX triplet: DB, AA and 2C. RGB value is (219,170,44). Sum of RGB (Red+Green+Blue) = 219+170+44=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA2C is #2455D3. Grayscale: #AAAAAA. Windows color (decimal): -2381268 or 2927323. OLE color: 2927323.
HSL color Cylindrical-coordinate representation of color #DBAA2C: hue angle of 43.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBAA2C is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 44 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.14 |
| HSL | 43.2º | 0.71% | 0.52% | - |
| HSV(B) | 43.2º | 0.8% | 0.86% | - |
| XYZ | 44.04 | 43.99 | 8.55 | - |
| YUV | 170.29 | 56.73 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 44 | 0 | 0.22 | 0.80 | 0.14 | 43.2 | 0.71 | 0.52 |
| Hex | DB | AA | 2C | 0 | 16 | 50 | E | 2B | 47 | 34 |
| Octal | 333 | 252 | 54 | 0 | 26 | 120 | 16 | 53 | 107 | 64 |
| Binary | 11011011 | 10101010 | 101100 | 0 | 10110 | 1010000 | 1110 | 101011 | 1000111 | 110100 |
Color Harmonies of #DBAA2C
Complementary color
Monochromatic Colors of #DBAA2C
Black with #DBAA2C
Text Example
Text Example
White with #DBAA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA2C; }
p { color: rgb(219,170,44); }
H1.HeaderClassName
{
color: #DBAA2C;
}
.AnyTagClassName
{
color: #DBAA2C;
}
</style>
background-color css
<style>
a { background-color: #DBAA2C; }
a { background-color: rgb(219,170,44); }
div.DivClassName
{
background-color: #DBAA2C;
}
.BgClassName
{
background-color: #DBAA2C;
}
</style>
border-color css
<style>
span { border-color: #DBAA2C; }
span { border-color: rgb(219,170,44); }
td.TdClassName
{
border-color: #DBAA2C;
}
.TagClassName
{
border-color: #DBAA2C;
}
</style>