Shades of Galliano #DEA320
Tints of Galliano #DEA320
RGB
CMYK
RGB Variations
Color information
#DEA320 (or 0xDEA320) is known color: Galliano. HEX triplet: DE, A3 and 20. RGB value is (222,163,32). Sum of RGB (Red+Green+Blue) = 222+163+32=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA320 is #215CDF. Grayscale: #A6A6A6. Windows color (decimal): -2186464 or 2139102. OLE color: 2139102.
HSL color Cylindrical-coordinate representation of color #DEA320: hue angle of 41.37º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEA320 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 32 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.13 |
| HSL | 41.37º | 0.75% | 0.5% | - |
| HSV(B) | 41.37º | 0.86% | 0.87% | - |
| XYZ | 43.48 | 41.83 | 7.15 | - |
| YUV | 165.71 | 52.55 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 32 | 0 | 0.27 | 0.86 | 0.13 | 41.37 | 0.75 | 0.5 |
| Hex | DE | A3 | 20 | 0 | 1B | 56 | D | 29 | 4B | 32 |
| Octal | 336 | 243 | 40 | 0 | 33 | 126 | 15 | 51 | 113 | 62 |
| Binary | 11011110 | 10100011 | 100000 | 0 | 11011 | 1010110 | 1101 | 101001 | 1001011 | 110010 |
Color Harmonies of #DEA320
Complementary color
Monochromatic Colors of #DEA320
Black with #DEA320
Text Example
Text Example
White with #DEA320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA320; }
p { color: rgb(222,163,32); }
H1.HeaderClassName
{
color: #DEA320;
}
.AnyTagClassName
{
color: #DEA320;
}
</style>
background-color css
<style>
a { background-color: #DEA320; }
a { background-color: rgb(222,163,32); }
div.DivClassName
{
background-color: #DEA320;
}
.BgClassName
{
background-color: #DEA320;
}
</style>
border-color css
<style>
span { border-color: #DEA320; }
span { border-color: rgb(222,163,32); }
td.TdClassName
{
border-color: #DEA320;
}
.TagClassName
{
border-color: #DEA320;
}
</style>