Shades of Galliano #DEA624
Tints of Galliano #DEA624
RGB
CMYK
RGB Variations
Color information
#DEA624 (or 0xDEA624) is known color: Galliano. HEX triplet: DE, A6 and 24. RGB value is (222,166,36). Sum of RGB (Red+Green+Blue) = 222+166+36=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA624 is #2159DB. Grayscale: #A8A8A8. Windows color (decimal): -2185692 or 2402014. OLE color: 2402014.
HSL color Cylindrical-coordinate representation of color #DEA624: hue angle of 41.94º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEA624 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 36 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.13 |
| HSL | 41.94º | 0.74% | 0.51% | - |
| HSV(B) | 41.94º | 0.84% | 0.87% | - |
| XYZ | 44.08 | 42.93 | 7.63 | - |
| YUV | 167.92 | 53.55 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 36 | 0 | 0.25 | 0.84 | 0.13 | 41.94 | 0.74 | 0.51 |
| Hex | DE | A6 | 24 | 0 | 19 | 54 | D | 2A | 4A | 33 |
| Octal | 336 | 246 | 44 | 0 | 31 | 124 | 15 | 52 | 112 | 63 |
| Binary | 11011110 | 10100110 | 100100 | 0 | 11001 | 1010100 | 1101 | 101010 | 1001010 | 110011 |
Color Harmonies of #DEA624
Complementary color
Monochromatic Colors of #DEA624
Black with #DEA624
Text Example
Text Example
White with #DEA624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA624; }
p { color: rgb(222,166,36); }
H1.HeaderClassName
{
color: #DEA624;
}
.AnyTagClassName
{
color: #DEA624;
}
</style>
background-color css
<style>
a { background-color: #DEA624; }
a { background-color: rgb(222,166,36); }
div.DivClassName
{
background-color: #DEA624;
}
.BgClassName
{
background-color: #DEA624;
}
</style>
border-color css
<style>
span { border-color: #DEA624; }
span { border-color: rgb(222,166,36); }
td.TdClassName
{
border-color: #DEA624;
}
.TagClassName
{
border-color: #DEA624;
}
</style>