Shades of Galliano #DEA219
Tints of Galliano #DEA219
RGB
CMYK
RGB Variations
Color information
#DEA219 (or 0xDEA219) is known color: Galliano. HEX triplet: DE, A2 and 19. RGB value is (222,162,25). Sum of RGB (Red+Green+Blue) = 222+162+25=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA219 is #215DE6. Grayscale: #A4A4A4. Windows color (decimal): -2186727 or 1680094. OLE color: 1680094.
HSL color Cylindrical-coordinate representation of color #DEA219: hue angle of 41.73º 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 #DEA219 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 25 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.13 |
| HSL | 41.73º | 0.8% | 0.48% | - |
| HSV(B) | 41.73º | 0.89% | 0.87% | - |
| XYZ | 43.22 | 41.44 | 6.64 | - |
| YUV | 164.32 | 49.38 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 25 | 0 | 0.27 | 0.89 | 0.13 | 41.73 | 0.8 | 0.48 |
| Hex | DE | A2 | 19 | 0 | 1B | 59 | D | 2A | 50 | 30 |
| Octal | 336 | 242 | 31 | 0 | 33 | 131 | 15 | 52 | 120 | 60 |
| Binary | 11011110 | 10100010 | 11001 | 0 | 11011 | 1011001 | 1101 | 101010 | 1010000 | 110000 |
Color Harmonies of #DEA219
Complementary color
Monochromatic Colors of #DEA219
Black with #DEA219
Text Example
Text Example
White with #DEA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA219; }
p { color: rgb(222,162,25); }
H1.HeaderClassName
{
color: #DEA219;
}
.AnyTagClassName
{
color: #DEA219;
}
</style>
background-color css
<style>
a { background-color: #DEA219; }
a { background-color: rgb(222,162,25); }
div.DivClassName
{
background-color: #DEA219;
}
.BgClassName
{
background-color: #DEA219;
}
</style>
border-color css
<style>
span { border-color: #DEA219; }
span { border-color: rgb(222,162,25); }
td.TdClassName
{
border-color: #DEA219;
}
.TagClassName
{
border-color: #DEA219;
}
</style>