Shades of Galliano #DBAA1F
Tints of Galliano #DBAA1F
RGB
CMYK
RGB Variations
Color information
#DBAA1F (or 0xDBAA1F) is known color: Galliano. HEX triplet: DB, AA and 1F. RGB value is (219,170,31). Sum of RGB (Red+Green+Blue) = 219+170+31=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA1F is #2455E0. Grayscale: #A9A9A9. Windows color (decimal): -2381281 or 2075355. OLE color: 2075355.
HSL color Cylindrical-coordinate representation of color #DBAA1F: hue angle of 44.36º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBAA1F is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 31 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.14 |
| HSL | 44.36º | 0.75% | 0.49% | - |
| HSV(B) | 44.36º | 0.86% | 0.86% | - |
| XYZ | 43.84 | 43.91 | 7.46 | - |
| YUV | 168.81 | 50.23 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 31 | 0 | 0.22 | 0.86 | 0.14 | 44.36 | 0.75 | 0.49 |
| Hex | DB | AA | 1F | 0 | 16 | 56 | E | 2C | 4B | 31 |
| Octal | 333 | 252 | 37 | 0 | 26 | 126 | 16 | 54 | 113 | 61 |
| Binary | 11011011 | 10101010 | 11111 | 0 | 10110 | 1010110 | 1110 | 101100 | 1001011 | 110001 |
Color Harmonies of #DBAA1F
Complementary color
Monochromatic Colors of #DBAA1F
Black with #DBAA1F
Text Example
Text Example
White with #DBAA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA1F; }
p { color: rgb(219,170,31); }
H1.HeaderClassName
{
color: #DBAA1F;
}
.AnyTagClassName
{
color: #DBAA1F;
}
</style>
background-color css
<style>
a { background-color: #DBAA1F; }
a { background-color: rgb(219,170,31); }
div.DivClassName
{
background-color: #DBAA1F;
}
.BgClassName
{
background-color: #DBAA1F;
}
</style>
border-color css
<style>
span { border-color: #DBAA1F; }
span { border-color: rgb(219,170,31); }
td.TdClassName
{
border-color: #DBAA1F;
}
.TagClassName
{
border-color: #DBAA1F;
}
</style>