Shades of Galliano #DBAA12
Tints of Galliano #DBAA12
RGB
CMYK
RGB Variations
Color information
#DBAA12 (or 0xDBAA12) is known color: Galliano. HEX triplet: DB, AA and 12. RGB value is (219,170,18). Sum of RGB (Red+Green+Blue) = 219+170+18=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAA12 is #2455ED. Grayscale: #A7A7A7. Windows color (decimal): -2381294 or 1223387. OLE color: 1223387.
HSL color Cylindrical-coordinate representation of color #DBAA12: hue angle of 45.37º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBAA12 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 18 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.14 |
| HSL | 45.37º | 0.85% | 0.46% | - |
| HSV(B) | 45.37º | 0.92% | 0.86% | - |
| XYZ | 43.7 | 43.85 | 6.73 | - |
| YUV | 167.32 | 43.73 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 18 | 0 | 0.22 | 0.92 | 0.14 | 45.37 | 0.85 | 0.46 |
| Hex | DB | AA | 12 | 0 | 16 | 5C | E | 2D | 55 | 2E |
| Octal | 333 | 252 | 22 | 0 | 26 | 134 | 16 | 55 | 125 | 56 |
| Binary | 11011011 | 10101010 | 10010 | 0 | 10110 | 1011100 | 1110 | 101101 | 1010101 | 101110 |
Color Harmonies of #DBAA12
Complementary color
Monochromatic Colors of #DBAA12
Black with #DBAA12
Text Example
Text Example
White with #DBAA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA12; }
p { color: rgb(219,170,18); }
H1.HeaderClassName
{
color: #DBAA12;
}
.AnyTagClassName
{
color: #DBAA12;
}
</style>
background-color css
<style>
a { background-color: #DBAA12; }
a { background-color: rgb(219,170,18); }
div.DivClassName
{
background-color: #DBAA12;
}
.BgClassName
{
background-color: #DBAA12;
}
</style>
border-color css
<style>
span { border-color: #DBAA12; }
span { border-color: rgb(219,170,18); }
td.TdClassName
{
border-color: #DBAA12;
}
.TagClassName
{
border-color: #DBAA12;
}
</style>