Shades of Galliano #DEA01E
Tints of Galliano #DEA01E
RGB
CMYK
RGB Variations
Color information
#DEA01E (or 0xDEA01E) is known color: Galliano. HEX triplet: DE, A0 and 1E. RGB value is (222,160,30). Sum of RGB (Red+Green+Blue) = 222+160+30=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA01E is #215FE1. Grayscale: #A4A4A4. Windows color (decimal): -2187234 or 2007262. OLE color: 2007262.
HSL color Cylindrical-coordinate representation of color #DEA01E: hue angle of 40.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEA01E is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 160 | 30 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.13 |
| HSL | 40.63º | 0.76% | 0.49% | - |
| HSV(B) | 40.63º | 0.86% | 0.87% | - |
| XYZ | 42.93 | 40.76 | 6.83 | - |
| YUV | 163.72 | 52.54 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 160 | 30 | 0 | 0.28 | 0.86 | 0.13 | 40.63 | 0.76 | 0.49 |
| Hex | DE | A0 | 1E | 0 | 1C | 56 | D | 29 | 4C | 31 |
| Octal | 336 | 240 | 36 | 0 | 34 | 126 | 15 | 51 | 114 | 61 |
| Binary | 11011110 | 10100000 | 11110 | 0 | 11100 | 1010110 | 1101 | 101001 | 1001100 | 110001 |
Color Harmonies of #DEA01E
Complementary color
Monochromatic Colors of #DEA01E
Black with #DEA01E
Text Example
Text Example
White with #DEA01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA01E; }
p { color: rgb(222,160,30); }
H1.HeaderClassName
{
color: #DEA01E;
}
.AnyTagClassName
{
color: #DEA01E;
}
</style>
background-color css
<style>
a { background-color: #DEA01E; }
a { background-color: rgb(222,160,30); }
div.DivClassName
{
background-color: #DEA01E;
}
.BgClassName
{
background-color: #DEA01E;
}
</style>
border-color css
<style>
span { border-color: #DEA01E; }
span { border-color: rgb(222,160,30); }
td.TdClassName
{
border-color: #DEA01E;
}
.TagClassName
{
border-color: #DEA01E;
}
</style>