Shades of Galliano #DEA32E
Tints of Galliano #DEA32E
RGB
CMYK
RGB Variations
Color information
#DEA32E (or 0xDEA32E) is known color: Galliano. HEX triplet: DE, A3 and 2E. RGB value is (222,163,46). Sum of RGB (Red+Green+Blue) = 222+163+46=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA32E is #215CD1. Grayscale: #A7A7A7. Windows color (decimal): -2186450 or 3056606. OLE color: 3056606.
HSL color Cylindrical-coordinate representation of color #DEA32E: hue angle of 39.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEA32E is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 46 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.13 |
| HSL | 39.89º | 0.73% | 0.53% | - |
| HSV(B) | 39.89º | 0.79% | 0.87% | - |
| XYZ | 43.71 | 41.92 | 8.37 | - |
| YUV | 167.3 | 59.55 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 46 | 0 | 0.27 | 0.79 | 0.13 | 39.89 | 0.73 | 0.53 |
| Hex | DE | A3 | 2E | 0 | 1B | 4F | D | 28 | 49 | 35 |
| Octal | 336 | 243 | 56 | 0 | 33 | 117 | 15 | 50 | 111 | 65 |
| Binary | 11011110 | 10100011 | 101110 | 0 | 11011 | 1001111 | 1101 | 101000 | 1001001 | 110101 |
Color Harmonies of #DEA32E
Complementary color
Monochromatic Colors of #DEA32E
Black with #DEA32E
Text Example
Text Example
White with #DEA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA32E; }
p { color: rgb(222,163,46); }
H1.HeaderClassName
{
color: #DEA32E;
}
.AnyTagClassName
{
color: #DEA32E;
}
</style>
background-color css
<style>
a { background-color: #DEA32E; }
a { background-color: rgb(222,163,46); }
div.DivClassName
{
background-color: #DEA32E;
}
.BgClassName
{
background-color: #DEA32E;
}
</style>
border-color css
<style>
span { border-color: #DEA32E; }
span { border-color: rgb(222,163,46); }
td.TdClassName
{
border-color: #DEA32E;
}
.TagClassName
{
border-color: #DEA32E;
}
</style>