Shades of Galliano #DBAA20
Tints of Galliano #DBAA20
RGB
CMYK
RGB Variations
Color information
#DBAA20 (or 0xDBAA20) is known color: Galliano. HEX triplet: DB, AA and 20. RGB value is (219,170,32). Sum of RGB (Red+Green+Blue) = 219+170+32=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA20 is #2455DF. Grayscale: #A9A9A9. Windows color (decimal): -2381280 or 2140891. OLE color: 2140891.
HSL color Cylindrical-coordinate representation of color #DBAA20: hue angle of 44.28º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBAA20 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 32 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.14 |
| HSL | 44.28º | 0.75% | 0.49% | - |
| HSV(B) | 44.28º | 0.85% | 0.86% | - |
| XYZ | 43.85 | 43.91 | 7.53 | - |
| YUV | 168.92 | 50.73 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 32 | 0 | 0.22 | 0.85 | 0.14 | 44.28 | 0.75 | 0.49 |
| Hex | DB | AA | 20 | 0 | 16 | 55 | E | 2C | 4B | 31 |
| Octal | 333 | 252 | 40 | 0 | 26 | 125 | 16 | 54 | 113 | 61 |
| Binary | 11011011 | 10101010 | 100000 | 0 | 10110 | 1010101 | 1110 | 101100 | 1001011 | 110001 |
Color Harmonies of #DBAA20
Complementary color
Monochromatic Colors of #DBAA20
Black with #DBAA20
Text Example
Text Example
White with #DBAA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA20; }
p { color: rgb(219,170,32); }
H1.HeaderClassName
{
color: #DBAA20;
}
.AnyTagClassName
{
color: #DBAA20;
}
</style>
background-color css
<style>
a { background-color: #DBAA20; }
a { background-color: rgb(219,170,32); }
div.DivClassName
{
background-color: #DBAA20;
}
.BgClassName
{
background-color: #DBAA20;
}
</style>
border-color css
<style>
span { border-color: #DBAA20; }
span { border-color: rgb(219,170,32); }
td.TdClassName
{
border-color: #DBAA20;
}
.TagClassName
{
border-color: #DBAA20;
}
</style>