Shades of Galliano #DBA722
Tints of Galliano #DBA722
RGB
CMYK
RGB Variations
Color information
#DBA722 (or 0xDBA722) is known color: Galliano. HEX triplet: DB, A7 and 22. RGB value is (219,167,34). Sum of RGB (Red+Green+Blue) = 219+167+34=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA722 is #2458DD. Grayscale: #A7A7A7. Windows color (decimal): -2382046 or 2271195. OLE color: 2271195.
HSL color Cylindrical-coordinate representation of color #DBA722: hue angle of 43.14º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBA722 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 34 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.14 |
| HSL | 43.14º | 0.73% | 0.5% | - |
| HSV(B) | 43.14º | 0.84% | 0.86% | - |
| XYZ | 43.32 | 42.81 | 7.49 | - |
| YUV | 167.39 | 52.73 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 34 | 0 | 0.24 | 0.84 | 0.14 | 43.14 | 0.73 | 0.5 |
| Hex | DB | A7 | 22 | 0 | 18 | 54 | E | 2B | 49 | 32 |
| Octal | 333 | 247 | 42 | 0 | 30 | 124 | 16 | 53 | 111 | 62 |
| Binary | 11011011 | 10100111 | 100010 | 0 | 11000 | 1010100 | 1110 | 101011 | 1001001 | 110010 |
Color Harmonies of #DBA722
Complementary color
Monochromatic Colors of #DBA722
Black with #DBA722
Text Example
Text Example
White with #DBA722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA722; }
p { color: rgb(219,167,34); }
H1.HeaderClassName
{
color: #DBA722;
}
.AnyTagClassName
{
color: #DBA722;
}
</style>
background-color css
<style>
a { background-color: #DBA722; }
a { background-color: rgb(219,167,34); }
div.DivClassName
{
background-color: #DBA722;
}
.BgClassName
{
background-color: #DBA722;
}
</style>
border-color css
<style>
span { border-color: #DBA722; }
span { border-color: rgb(219,167,34); }
td.TdClassName
{
border-color: #DBA722;
}
.TagClassName
{
border-color: #DBA722;
}
</style>