Shades of Galliano #DEA819
Tints of Galliano #DEA819
RGB
CMYK
RGB Variations
Color information
#DEA819 (or 0xDEA819) is known color: Galliano. HEX triplet: DE, A8 and 19. RGB value is (222,168,25). Sum of RGB (Red+Green+Blue) = 222+168+25=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA819 is #2157E6. Grayscale: #A8A8A8. Windows color (decimal): -2185191 or 1681630. OLE color: 1681630.
HSL color Cylindrical-coordinate representation of color #DEA819: hue angle of 43.55º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEA819 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 25 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.13 |
| HSL | 43.55º | 0.8% | 0.48% | - |
| HSV(B) | 43.55º | 0.89% | 0.87% | - |
| XYZ | 44.3 | 43.61 | 7 | - |
| YUV | 167.84 | 47.39 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 25 | 0 | 0.24 | 0.89 | 0.13 | 43.55 | 0.8 | 0.48 |
| Hex | DE | A8 | 19 | 0 | 18 | 59 | D | 2C | 50 | 30 |
| Octal | 336 | 250 | 31 | 0 | 30 | 131 | 15 | 54 | 120 | 60 |
| Binary | 11011110 | 10101000 | 11001 | 0 | 11000 | 1011001 | 1101 | 101100 | 1010000 | 110000 |
Color Harmonies of #DEA819
Complementary color
Monochromatic Colors of #DEA819
Black with #DEA819
Text Example
Text Example
White with #DEA819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA819; }
p { color: rgb(222,168,25); }
H1.HeaderClassName
{
color: #DEA819;
}
.AnyTagClassName
{
color: #DEA819;
}
</style>
background-color css
<style>
a { background-color: #DEA819; }
a { background-color: rgb(222,168,25); }
div.DivClassName
{
background-color: #DEA819;
}
.BgClassName
{
background-color: #DEA819;
}
</style>
border-color css
<style>
span { border-color: #DEA819; }
span { border-color: rgb(222,168,25); }
td.TdClassName
{
border-color: #DEA819;
}
.TagClassName
{
border-color: #DEA819;
}
</style>