Shades of Galliano #DBAA2D
Tints of Galliano #DBAA2D
RGB
CMYK
RGB Variations
Color information
#DBAA2D (or 0xDBAA2D) is known color: Galliano. HEX triplet: DB, AA and 2D. RGB value is (219,170,45). Sum of RGB (Red+Green+Blue) = 219+170+45=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA2D is #2455D2. Grayscale: #AAAAAA. Windows color (decimal): -2381267 or 2992859. OLE color: 2992859.
HSL color Cylindrical-coordinate representation of color #DBAA2D: hue angle of 43.1º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBAA2D is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 45 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.14 |
| HSL | 43.1º | 0.71% | 0.52% | - |
| HSV(B) | 43.1º | 0.79% | 0.86% | - |
| XYZ | 44.06 | 44 | 8.65 | - |
| YUV | 170.4 | 57.23 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 45 | 0 | 0.22 | 0.79 | 0.14 | 43.1 | 0.71 | 0.52 |
| Hex | DB | AA | 2D | 0 | 16 | 4F | E | 2B | 47 | 34 |
| Octal | 333 | 252 | 55 | 0 | 26 | 117 | 16 | 53 | 107 | 64 |
| Binary | 11011011 | 10101010 | 101101 | 0 | 10110 | 1001111 | 1110 | 101011 | 1000111 | 110100 |
Color Harmonies of #DBAA2D
Complementary color
Monochromatic Colors of #DBAA2D
Black with #DBAA2D
Text Example
Text Example
White with #DBAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA2D; }
p { color: rgb(219,170,45); }
H1.HeaderClassName
{
color: #DBAA2D;
}
.AnyTagClassName
{
color: #DBAA2D;
}
</style>
background-color css
<style>
a { background-color: #DBAA2D; }
a { background-color: rgb(219,170,45); }
div.DivClassName
{
background-color: #DBAA2D;
}
.BgClassName
{
background-color: #DBAA2D;
}
</style>
border-color css
<style>
span { border-color: #DBAA2D; }
span { border-color: rgb(219,170,45); }
td.TdClassName
{
border-color: #DBAA2D;
}
.TagClassName
{
border-color: #DBAA2D;
}
</style>