Shades of Galliano #DBAA2B
Tints of Galliano #DBAA2B
RGB
CMYK
RGB Variations
Color information
#DBAA2B (or 0xDBAA2B) is known color: Galliano. HEX triplet: DB, AA and 2B. RGB value is (219,170,43). Sum of RGB (Red+Green+Blue) = 219+170+43=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA2B is #2455D4. Grayscale: #AAAAAA. Windows color (decimal): -2381269 or 2861787. OLE color: 2861787.
HSL color Cylindrical-coordinate representation of color #DBAA2B: hue angle of 43.3º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBAA2B is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 43 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.14 |
| HSL | 43.3º | 0.71% | 0.51% | - |
| HSV(B) | 43.3º | 0.8% | 0.86% | - |
| XYZ | 44.02 | 43.98 | 8.45 | - |
| YUV | 170.17 | 56.23 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 43 | 0 | 0.22 | 0.80 | 0.14 | 43.3 | 0.71 | 0.51 |
| Hex | DB | AA | 2B | 0 | 16 | 50 | E | 2B | 47 | 33 |
| Octal | 333 | 252 | 53 | 0 | 26 | 120 | 16 | 53 | 107 | 63 |
| Binary | 11011011 | 10101010 | 101011 | 0 | 10110 | 1010000 | 1110 | 101011 | 1000111 | 110011 |
Color Harmonies of #DBAA2B
Complementary color
Monochromatic Colors of #DBAA2B
Black with #DBAA2B
Text Example
Text Example
White with #DBAA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA2B; }
p { color: rgb(219,170,43); }
H1.HeaderClassName
{
color: #DBAA2B;
}
.AnyTagClassName
{
color: #DBAA2B;
}
</style>
background-color css
<style>
a { background-color: #DBAA2B; }
a { background-color: rgb(219,170,43); }
div.DivClassName
{
background-color: #DBAA2B;
}
.BgClassName
{
background-color: #DBAA2B;
}
</style>
border-color css
<style>
span { border-color: #DBAA2B; }
span { border-color: rgb(219,170,43); }
td.TdClassName
{
border-color: #DBAA2B;
}
.TagClassName
{
border-color: #DBAA2B;
}
</style>