Shades of Galliano #DBAA2E
Tints of Galliano #DBAA2E
RGB
CMYK
RGB Variations
Color information
#DBAA2E (or 0xDBAA2E) is known color: Galliano. HEX triplet: DB, AA and 2E. RGB value is (219,170,46). Sum of RGB (Red+Green+Blue) = 219+170+46=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA2E is #2455D1. Grayscale: #ABABAB. Windows color (decimal): -2381266 or 3058395. OLE color: 3058395.
HSL color Cylindrical-coordinate representation of color #DBAA2E: hue angle of 43.01º 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 #DBAA2E is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 46 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.14 |
| HSL | 43.01º | 0.71% | 0.52% | - |
| HSV(B) | 43.01º | 0.79% | 0.86% | - |
| XYZ | 44.08 | 44.01 | 8.76 | - |
| YUV | 170.52 | 57.73 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 46 | 0 | 0.22 | 0.79 | 0.14 | 43.01 | 0.71 | 0.52 |
| Hex | DB | AA | 2E | 0 | 16 | 4F | E | 2B | 47 | 34 |
| Octal | 333 | 252 | 56 | 0 | 26 | 117 | 16 | 53 | 107 | 64 |
| Binary | 11011011 | 10101010 | 101110 | 0 | 10110 | 1001111 | 1110 | 101011 | 1000111 | 110100 |
Color Harmonies of #DBAA2E
Complementary color
Monochromatic Colors of #DBAA2E
Black with #DBAA2E
Text Example
Text Example
White with #DBAA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA2E; }
p { color: rgb(219,170,46); }
H1.HeaderClassName
{
color: #DBAA2E;
}
.AnyTagClassName
{
color: #DBAA2E;
}
</style>
background-color css
<style>
a { background-color: #DBAA2E; }
a { background-color: rgb(219,170,46); }
div.DivClassName
{
background-color: #DBAA2E;
}
.BgClassName
{
background-color: #DBAA2E;
}
</style>
border-color css
<style>
span { border-color: #DBAA2E; }
span { border-color: rgb(219,170,46); }
td.TdClassName
{
border-color: #DBAA2E;
}
.TagClassName
{
border-color: #DBAA2E;
}
</style>