Shades of Galliano #DBAA2A
Tints of Galliano #DBAA2A
RGB
CMYK
RGB Variations
Color information
#DBAA2A (or 0xDBAA2A) is known color: Galliano. HEX triplet: DB, AA and 2A. RGB value is (219,170,42). Sum of RGB (Red+Green+Blue) = 219+170+42=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA2A is #2455D5. Grayscale: #AAAAAA. Windows color (decimal): -2381270 or 2796251. OLE color: 2796251.
HSL color Cylindrical-coordinate representation of color #DBAA2A: hue angle of 43.39º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBAA2A is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 42 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.14 |
| HSL | 43.39º | 0.71% | 0.51% | - |
| HSV(B) | 43.39º | 0.81% | 0.86% | - |
| XYZ | 44.01 | 43.98 | 8.36 | - |
| YUV | 170.06 | 55.73 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 42 | 0 | 0.22 | 0.81 | 0.14 | 43.39 | 0.71 | 0.51 |
| Hex | DB | AA | 2A | 0 | 16 | 51 | E | 2B | 47 | 33 |
| Octal | 333 | 252 | 52 | 0 | 26 | 121 | 16 | 53 | 107 | 63 |
| Binary | 11011011 | 10101010 | 101010 | 0 | 10110 | 1010001 | 1110 | 101011 | 1000111 | 110011 |
Color Harmonies of #DBAA2A
Complementary color
Monochromatic Colors of #DBAA2A
Black with #DBAA2A
Text Example
Text Example
White with #DBAA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA2A; }
p { color: rgb(219,170,42); }
H1.HeaderClassName
{
color: #DBAA2A;
}
.AnyTagClassName
{
color: #DBAA2A;
}
</style>
background-color css
<style>
a { background-color: #DBAA2A; }
a { background-color: rgb(219,170,42); }
div.DivClassName
{
background-color: #DBAA2A;
}
.BgClassName
{
background-color: #DBAA2A;
}
</style>
border-color css
<style>
span { border-color: #DBAA2A; }
span { border-color: rgb(219,170,42); }
td.TdClassName
{
border-color: #DBAA2A;
}
.TagClassName
{
border-color: #DBAA2A;
}
</style>