Shades of Galliano #DEA818
Tints of Galliano #DEA818
RGB
CMYK
RGB Variations
Color information
#DEA818 (or 0xDEA818) is known color: Galliano. HEX triplet: DE, A8 and 18. RGB value is (222,168,24). Sum of RGB (Red+Green+Blue) = 222+168+24=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA818 is #2157E7. Grayscale: #A8A8A8. Windows color (decimal): -2185192 or 1616094. OLE color: 1616094.
HSL color Cylindrical-coordinate representation of color #DEA818: hue angle of 43.64º 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 #DEA818 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 24 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.13 |
| HSL | 43.64º | 0.8% | 0.48% | - |
| HSV(B) | 43.64º | 0.89% | 0.87% | - |
| XYZ | 44.29 | 43.6 | 6.95 | - |
| YUV | 167.73 | 46.89 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 24 | 0 | 0.24 | 0.89 | 0.13 | 43.64 | 0.8 | 0.48 |
| Hex | DE | A8 | 18 | 0 | 18 | 59 | D | 2C | 50 | 30 |
| Octal | 336 | 250 | 30 | 0 | 30 | 131 | 15 | 54 | 120 | 60 |
| Binary | 11011110 | 10101000 | 11000 | 0 | 11000 | 1011001 | 1101 | 101100 | 1010000 | 110000 |
Color Harmonies of #DEA818
Complementary color
Monochromatic Colors of #DEA818
Black with #DEA818
Text Example
Text Example
White with #DEA818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA818; }
p { color: rgb(222,168,24); }
H1.HeaderClassName
{
color: #DEA818;
}
.AnyTagClassName
{
color: #DEA818;
}
</style>
background-color css
<style>
a { background-color: #DEA818; }
a { background-color: rgb(222,168,24); }
div.DivClassName
{
background-color: #DEA818;
}
.BgClassName
{
background-color: #DEA818;
}
</style>
border-color css
<style>
span { border-color: #DEA818; }
span { border-color: rgb(222,168,24); }
td.TdClassName
{
border-color: #DEA818;
}
.TagClassName
{
border-color: #DEA818;
}
</style>