Shades of Galliano #DEA916
Tints of Galliano #DEA916
RGB
CMYK
RGB Variations
Color information
#DEA916 (or 0xDEA916) is known color: Galliano. HEX triplet: DE, A9 and 16. RGB value is (222,169,22). Sum of RGB (Red+Green+Blue) = 222+169+22=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA916 is #2156E9. Grayscale: #A8A8A8. Windows color (decimal): -2184938 or 1485278. OLE color: 1485278.
HSL color Cylindrical-coordinate representation of color #DEA916: hue angle of 44.1º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEA916 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 22 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.13 |
| HSL | 44.1º | 0.82% | 0.48% | - |
| HSV(B) | 44.1º | 0.9% | 0.87% | - |
| XYZ | 44.46 | 43.96 | 6.9 | - |
| YUV | 168.09 | 45.56 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 22 | 0 | 0.24 | 0.90 | 0.13 | 44.1 | 0.82 | 0.48 |
| Hex | DE | A9 | 16 | 0 | 18 | 5A | D | 2C | 52 | 30 |
| Octal | 336 | 251 | 26 | 0 | 30 | 132 | 15 | 54 | 122 | 60 |
| Binary | 11011110 | 10101001 | 10110 | 0 | 11000 | 1011010 | 1101 | 101100 | 1010010 | 110000 |
Color Harmonies of #DEA916
Complementary color
Monochromatic Colors of #DEA916
Black with #DEA916
Text Example
Text Example
White with #DEA916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA916; }
p { color: rgb(222,169,22); }
H1.HeaderClassName
{
color: #DEA916;
}
.AnyTagClassName
{
color: #DEA916;
}
</style>
background-color css
<style>
a { background-color: #DEA916; }
a { background-color: rgb(222,169,22); }
div.DivClassName
{
background-color: #DEA916;
}
.BgClassName
{
background-color: #DEA916;
}
</style>
border-color css
<style>
span { border-color: #DEA916; }
span { border-color: rgb(222,169,22); }
td.TdClassName
{
border-color: #DEA916;
}
.TagClassName
{
border-color: #DEA916;
}
</style>