Shades of Galliano #DEA417
Tints of Galliano #DEA417
RGB
CMYK
RGB Variations
Color information
#DEA417 (or 0xDEA417) is known color: Galliano. HEX triplet: DE, A4 and 17. RGB value is (222,164,23). Sum of RGB (Red+Green+Blue) = 222+164+23=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 23 (9.38% from 255 or 5.62% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA417 is #215BE8. Grayscale: #A5A5A5. Windows color (decimal): -2186217 or 1549534. OLE color: 1549534.
HSL color Cylindrical-coordinate representation of color #DEA417: hue angle of 42.51º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEA417 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 164 | 23 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.13 |
| HSL | 42.51º | 0.81% | 0.48% | - |
| HSV(B) | 42.51º | 0.9% | 0.87% | - |
| XYZ | 43.55 | 42.14 | 6.65 | - |
| YUV | 165.27 | 47.72 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 23 | 0 | 0.26 | 0.90 | 0.13 | 42.51 | 0.81 | 0.48 |
| Hex | DE | A4 | 17 | 0 | 1A | 5A | D | 2B | 51 | 30 |
| Octal | 336 | 244 | 27 | 0 | 32 | 132 | 15 | 53 | 121 | 60 |
| Binary | 11011110 | 10100100 | 10111 | 0 | 11010 | 1011010 | 1101 | 101011 | 1010001 | 110000 |
Color Harmonies of #DEA417
Complementary color
Monochromatic Colors of #DEA417
Black with #DEA417
Text Example
Text Example
White with #DEA417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA417; }
p { color: rgb(222,164,23); }
H1.HeaderClassName
{
color: #DEA417;
}
.AnyTagClassName
{
color: #DEA417;
}
</style>
background-color css
<style>
a { background-color: #DEA417; }
a { background-color: rgb(222,164,23); }
div.DivClassName
{
background-color: #DEA417;
}
.BgClassName
{
background-color: #DEA417;
}
</style>
border-color css
<style>
span { border-color: #DEA417; }
span { border-color: rgb(222,164,23); }
td.TdClassName
{
border-color: #DEA417;
}
.TagClassName
{
border-color: #DEA417;
}
</style>