Shades of Galliano #DEA726
Tints of Galliano #DEA726
RGB
CMYK
RGB Variations
Color information
#DEA726 (or 0xDEA726) is known color: Galliano. HEX triplet: DE, A7 and 26. RGB value is (222,167,38). Sum of RGB (Red+Green+Blue) = 222+167+38=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA726 is #2158D9. Grayscale: #A9A9A9. Windows color (decimal): -2185434 or 2533342. OLE color: 2533342.
HSL color Cylindrical-coordinate representation of color #DEA726: hue angle of 42.07º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEA726 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 167 | 38 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.13 |
| HSL | 42.07º | 0.74% | 0.51% | - |
| HSV(B) | 42.07º | 0.83% | 0.87% | - |
| XYZ | 44.29 | 43.31 | 7.86 | - |
| YUV | 168.74 | 54.22 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 167 | 38 | 0 | 0.25 | 0.83 | 0.13 | 42.07 | 0.74 | 0.51 |
| Hex | DE | A7 | 26 | 0 | 19 | 53 | D | 2A | 4A | 33 |
| Octal | 336 | 247 | 46 | 0 | 31 | 123 | 15 | 52 | 112 | 63 |
| Binary | 11011110 | 10100111 | 100110 | 0 | 11001 | 1010011 | 1101 | 101010 | 1001010 | 110011 |
Color Harmonies of #DEA726
Complementary color
Monochromatic Colors of #DEA726
Black with #DEA726
Text Example
Text Example
White with #DEA726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA726; }
p { color: rgb(222,167,38); }
H1.HeaderClassName
{
color: #DEA726;
}
.AnyTagClassName
{
color: #DEA726;
}
</style>
background-color css
<style>
a { background-color: #DEA726; }
a { background-color: rgb(222,167,38); }
div.DivClassName
{
background-color: #DEA726;
}
.BgClassName
{
background-color: #DEA726;
}
</style>
border-color css
<style>
span { border-color: #DEA726; }
span { border-color: rgb(222,167,38); }
td.TdClassName
{
border-color: #DEA726;
}
.TagClassName
{
border-color: #DEA726;
}
</style>