Shades of Galliano #DEAD16
Tints of Galliano #DEAD16
RGB
CMYK
RGB Variations
Color information
#DEAD16 (or 0xDEAD16) is known color: Galliano. HEX triplet: DE, AD and 16. RGB value is (222,173,22). Sum of RGB (Red+Green+Blue) = 222+173+22=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAD16 is #2152E9. Grayscale: #ABABAB. Windows color (decimal): -2183914 or 1486302. OLE color: 1486302.
HSL color Cylindrical-coordinate representation of color #DEAD16: hue angle of 45.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEAD16 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 22 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.13 |
| HSL | 45.3º | 0.82% | 0.48% | - |
| HSV(B) | 45.3º | 0.9% | 0.87% | - |
| XYZ | 45.21 | 45.47 | 7.15 | - |
| YUV | 170.44 | 44.23 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 22 | 0 | 0.22 | 0.90 | 0.13 | 45.3 | 0.82 | 0.48 |
| Hex | DE | AD | 16 | 0 | 16 | 5A | D | 2D | 52 | 30 |
| Octal | 336 | 255 | 26 | 0 | 26 | 132 | 15 | 55 | 122 | 60 |
| Binary | 11011110 | 10101101 | 10110 | 0 | 10110 | 1011010 | 1101 | 101101 | 1010010 | 110000 |
Color Harmonies of #DEAD16
Complementary color
Monochromatic Colors of #DEAD16
Black with #DEAD16
Text Example
Text Example
White with #DEAD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD16; }
p { color: rgb(222,173,22); }
H1.HeaderClassName
{
color: #DEAD16;
}
.AnyTagClassName
{
color: #DEAD16;
}
</style>
background-color css
<style>
a { background-color: #DEAD16; }
a { background-color: rgb(222,173,22); }
div.DivClassName
{
background-color: #DEAD16;
}
.BgClassName
{
background-color: #DEAD16;
}
</style>
border-color css
<style>
span { border-color: #DEAD16; }
span { border-color: rgb(222,173,22); }
td.TdClassName
{
border-color: #DEAD16;
}
.TagClassName
{
border-color: #DEAD16;
}
</style>