Shades of Galliano #DEAB16
Tints of Galliano #DEAB16
RGB
CMYK
RGB Variations
Color information
#DEAB16 (or 0xDEAB16) is known color: Galliano. HEX triplet: DE, AB and 16. RGB value is (222,171,22). Sum of RGB (Red+Green+Blue) = 222+171+22=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAB16 is #2154E9. Grayscale: #A9A9A9. Windows color (decimal): -2184426 or 1485790. OLE color: 1485790.
HSL color Cylindrical-coordinate representation of color #DEAB16: hue angle of 44.7º 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 #DEAB16 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 22 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.13 |
| HSL | 44.7º | 0.82% | 0.48% | - |
| HSV(B) | 44.7º | 0.9% | 0.87% | - |
| XYZ | 44.83 | 44.71 | 7.03 | - |
| YUV | 169.26 | 44.9 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 22 | 0 | 0.23 | 0.90 | 0.13 | 44.7 | 0.82 | 0.48 |
| Hex | DE | AB | 16 | 0 | 17 | 5A | D | 2D | 52 | 30 |
| Octal | 336 | 253 | 26 | 0 | 27 | 132 | 15 | 55 | 122 | 60 |
| Binary | 11011110 | 10101011 | 10110 | 0 | 10111 | 1011010 | 1101 | 101101 | 1010010 | 110000 |
Color Harmonies of #DEAB16
Complementary color
Monochromatic Colors of #DEAB16
Black with #DEAB16
Text Example
Text Example
White with #DEAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB16; }
p { color: rgb(222,171,22); }
H1.HeaderClassName
{
color: #DEAB16;
}
.AnyTagClassName
{
color: #DEAB16;
}
</style>
background-color css
<style>
a { background-color: #DEAB16; }
a { background-color: rgb(222,171,22); }
div.DivClassName
{
background-color: #DEAB16;
}
.BgClassName
{
background-color: #DEAB16;
}
</style>
border-color css
<style>
span { border-color: #DEAB16; }
span { border-color: rgb(222,171,22); }
td.TdClassName
{
border-color: #DEAB16;
}
.TagClassName
{
border-color: #DEAB16;
}
</style>