Shades of Galliano #DEA920
Tints of Galliano #DEA920
RGB
CMYK
RGB Variations
Color information
#DEA920 (or 0xDEA920) is known color: Galliano. HEX triplet: DE, A9 and 20. RGB value is (222,169,32). Sum of RGB (Red+Green+Blue) = 222+169+32=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA920 is #2156DF. Grayscale: #A9A9A9. Windows color (decimal): -2184928 or 2140638. OLE color: 2140638.
HSL color Cylindrical-coordinate representation of color #DEA920: hue angle of 43.26º 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 #DEA920 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 32 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.13 |
| HSL | 43.26º | 0.75% | 0.5% | - |
| HSV(B) | 43.26º | 0.86% | 0.87% | - |
| XYZ | 44.57 | 44.01 | 7.51 | - |
| YUV | 169.23 | 50.56 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 32 | 0 | 0.24 | 0.86 | 0.13 | 43.26 | 0.75 | 0.5 |
| Hex | DE | A9 | 20 | 0 | 18 | 56 | D | 2B | 4B | 32 |
| Octal | 336 | 251 | 40 | 0 | 30 | 126 | 15 | 53 | 113 | 62 |
| Binary | 11011110 | 10101001 | 100000 | 0 | 11000 | 1010110 | 1101 | 101011 | 1001011 | 110010 |
Color Harmonies of #DEA920
Complementary color
Monochromatic Colors of #DEA920
Black with #DEA920
Text Example
Text Example
White with #DEA920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA920; }
p { color: rgb(222,169,32); }
H1.HeaderClassName
{
color: #DEA920;
}
.AnyTagClassName
{
color: #DEA920;
}
</style>
background-color css
<style>
a { background-color: #DEA920; }
a { background-color: rgb(222,169,32); }
div.DivClassName
{
background-color: #DEA920;
}
.BgClassName
{
background-color: #DEA920;
}
</style>
border-color css
<style>
span { border-color: #DEA920; }
span { border-color: rgb(222,169,32); }
td.TdClassName
{
border-color: #DEA920;
}
.TagClassName
{
border-color: #DEA920;
}
</style>