Shades of Galliano #DBAA1B
Tints of Galliano #DBAA1B
RGB
CMYK
RGB Variations
Color information
#DBAA1B (or 0xDBAA1B) is known color: Galliano. HEX triplet: DB, AA and 1B. RGB value is (219,170,27). Sum of RGB (Red+Green+Blue) = 219+170+27=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA1B is #2455E4. Grayscale: #A8A8A8. Windows color (decimal): -2381285 or 1813211. OLE color: 1813211.
HSL color Cylindrical-coordinate representation of color #DBAA1B: hue angle of 44.69º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBAA1B is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 27 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.14 |
| HSL | 44.69º | 0.78% | 0.48% | - |
| HSV(B) | 44.69º | 0.88% | 0.86% | - |
| XYZ | 43.79 | 43.89 | 7.2 | - |
| YUV | 168.35 | 48.23 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 27 | 0 | 0.22 | 0.88 | 0.14 | 44.69 | 0.78 | 0.48 |
| Hex | DB | AA | 1B | 0 | 16 | 58 | E | 2D | 4E | 30 |
| Octal | 333 | 252 | 33 | 0 | 26 | 130 | 16 | 55 | 116 | 60 |
| Binary | 11011011 | 10101010 | 11011 | 0 | 10110 | 1011000 | 1110 | 101101 | 1001110 | 110000 |
Color Harmonies of #DBAA1B
Complementary color
Monochromatic Colors of #DBAA1B
Black with #DBAA1B
Text Example
Text Example
White with #DBAA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA1B; }
p { color: rgb(219,170,27); }
H1.HeaderClassName
{
color: #DBAA1B;
}
.AnyTagClassName
{
color: #DBAA1B;
}
</style>
background-color css
<style>
a { background-color: #DBAA1B; }
a { background-color: rgb(219,170,27); }
div.DivClassName
{
background-color: #DBAA1B;
}
.BgClassName
{
background-color: #DBAA1B;
}
</style>
border-color css
<style>
span { border-color: #DBAA1B; }
span { border-color: rgb(219,170,27); }
td.TdClassName
{
border-color: #DBAA1B;
}
.TagClassName
{
border-color: #DBAA1B;
}
</style>