Shades of Galliano #DEA821
Tints of Galliano #DEA821
RGB
CMYK
RGB Variations
Color information
#DEA821 (or 0xDEA821) is known color: Galliano. HEX triplet: DE, A8 and 21. RGB value is (222,168,33). Sum of RGB (Red+Green+Blue) = 222+168+33=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA821 is #2157DE. Grayscale: #A9A9A9. Windows color (decimal): -2185183 or 2205918. OLE color: 2205918.
HSL color Cylindrical-coordinate representation of color #DEA821: hue angle of 42.86º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEA821 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 33 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.13 |
| HSL | 42.86º | 0.74% | 0.5% | - |
| HSV(B) | 42.86º | 0.85% | 0.87% | - |
| XYZ | 44.4 | 43.64 | 7.52 | - |
| YUV | 168.76 | 51.39 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 33 | 0 | 0.24 | 0.85 | 0.13 | 42.86 | 0.74 | 0.5 |
| Hex | DE | A8 | 21 | 0 | 18 | 55 | D | 2B | 4A | 32 |
| Octal | 336 | 250 | 41 | 0 | 30 | 125 | 15 | 53 | 112 | 62 |
| Binary | 11011110 | 10101000 | 100001 | 0 | 11000 | 1010101 | 1101 | 101011 | 1001010 | 110010 |
Color Harmonies of #DEA821
Complementary color
Monochromatic Colors of #DEA821
Black with #DEA821
Text Example
Text Example
White with #DEA821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA821; }
p { color: rgb(222,168,33); }
H1.HeaderClassName
{
color: #DEA821;
}
.AnyTagClassName
{
color: #DEA821;
}
</style>
background-color css
<style>
a { background-color: #DEA821; }
a { background-color: rgb(222,168,33); }
div.DivClassName
{
background-color: #DEA821;
}
.BgClassName
{
background-color: #DEA821;
}
</style>
border-color css
<style>
span { border-color: #DEA821; }
span { border-color: rgb(222,168,33); }
td.TdClassName
{
border-color: #DEA821;
}
.TagClassName
{
border-color: #DEA821;
}
</style>