Shades of Galliano #DEAA18
Tints of Galliano #DEAA18
RGB
CMYK
RGB Variations
Color information
#DEAA18 (or 0xDEAA18) is known color: Galliano. HEX triplet: DE, AA and 18. RGB value is (222,170,24). Sum of RGB (Red+Green+Blue) = 222+170+24=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAA18 is #2155E7. Grayscale: #A9A9A9. Windows color (decimal): -2184680 or 1616606. OLE color: 1616606.
HSL color Cylindrical-coordinate representation of color #DEAA18: hue angle of 44.24º 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 #DEAA18 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 24 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.13 |
| HSL | 44.24º | 0.8% | 0.48% | - |
| HSV(B) | 44.24º | 0.89% | 0.87% | - |
| XYZ | 44.66 | 44.35 | 7.07 | - |
| YUV | 168.9 | 46.23 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 24 | 0 | 0.23 | 0.89 | 0.13 | 44.24 | 0.8 | 0.48 |
| Hex | DE | AA | 18 | 0 | 17 | 59 | D | 2C | 50 | 30 |
| Octal | 336 | 252 | 30 | 0 | 27 | 131 | 15 | 54 | 120 | 60 |
| Binary | 11011110 | 10101010 | 11000 | 0 | 10111 | 1011001 | 1101 | 101100 | 1010000 | 110000 |
Color Harmonies of #DEAA18
Complementary color
Monochromatic Colors of #DEAA18
Black with #DEAA18
Text Example
Text Example
White with #DEAA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA18; }
p { color: rgb(222,170,24); }
H1.HeaderClassName
{
color: #DEAA18;
}
.AnyTagClassName
{
color: #DEAA18;
}
</style>
background-color css
<style>
a { background-color: #DEAA18; }
a { background-color: rgb(222,170,24); }
div.DivClassName
{
background-color: #DEAA18;
}
.BgClassName
{
background-color: #DEAA18;
}
</style>
border-color css
<style>
span { border-color: #DEAA18; }
span { border-color: rgb(222,170,24); }
td.TdClassName
{
border-color: #DEAA18;
}
.TagClassName
{
border-color: #DEAA18;
}
</style>