Shades of Galliano #DEAE16
Tints of Galliano #DEAE16
RGB
CMYK
RGB Variations
Color information
#DEAE16 (or 0xDEAE16) is known color: Galliano. HEX triplet: DE, AE and 16. RGB value is (222,174,22). Sum of RGB (Red+Green+Blue) = 222+174+22=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAE16 is #2151E9. Grayscale: #ABABAB. Windows color (decimal): -2183658 or 1486558. OLE color: 1486558.
HSL color Cylindrical-coordinate representation of color #DEAE16: hue angle of 45.6º 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 #DEAE16 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 22 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.13 |
| HSL | 45.6º | 0.82% | 0.48% | - |
| HSV(B) | 45.6º | 0.9% | 0.87% | - |
| XYZ | 45.41 | 45.86 | 7.22 | - |
| YUV | 171.02 | 43.9 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 22 | 0 | 0.22 | 0.90 | 0.13 | 45.6 | 0.82 | 0.48 |
| Hex | DE | AE | 16 | 0 | 16 | 5A | D | 2E | 52 | 30 |
| Octal | 336 | 256 | 26 | 0 | 26 | 132 | 15 | 56 | 122 | 60 |
| Binary | 11011110 | 10101110 | 10110 | 0 | 10110 | 1011010 | 1101 | 101110 | 1010010 | 110000 |
Color Harmonies of #DEAE16
Complementary color
Monochromatic Colors of #DEAE16
Black with #DEAE16
Text Example
Text Example
White with #DEAE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAE16; }
p { color: rgb(222,174,22); }
H1.HeaderClassName
{
color: #DEAE16;
}
.AnyTagClassName
{
color: #DEAE16;
}
</style>
background-color css
<style>
a { background-color: #DEAE16; }
a { background-color: rgb(222,174,22); }
div.DivClassName
{
background-color: #DEAE16;
}
.BgClassName
{
background-color: #DEAE16;
}
</style>
border-color css
<style>
span { border-color: #DEAE16; }
span { border-color: rgb(222,174,22); }
td.TdClassName
{
border-color: #DEAE16;
}
.TagClassName
{
border-color: #DEAE16;
}
</style>