Shades of Galliano #DEAC22
Tints of Galliano #DEAC22
RGB
CMYK
RGB Variations
Color information
#DEAC22 (or 0xDEAC22) is known color: Galliano. HEX triplet: DE, AC and 22. RGB value is (222,172,34). Sum of RGB (Red+Green+Blue) = 222+172+34=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 34 (13.67% from 255 or 7.94% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC22 is #2153DD. Grayscale: #ABABAB. Windows color (decimal): -2184158 or 2272478. OLE color: 2272478.
HSL color Cylindrical-coordinate representation of color #DEAC22: hue angle of 44.04º 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 #DEAC22 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 34 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.13 |
| HSL | 44.04º | 0.74% | 0.5% | - |
| HSV(B) | 44.04º | 0.85% | 0.87% | - |
| XYZ | 45.17 | 45.15 | 7.85 | - |
| YUV | 171.22 | 50.57 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 34 | 0 | 0.23 | 0.85 | 0.13 | 44.04 | 0.74 | 0.5 |
| Hex | DE | AC | 22 | 0 | 17 | 55 | D | 2C | 4A | 32 |
| Octal | 336 | 254 | 42 | 0 | 27 | 125 | 15 | 54 | 112 | 62 |
| Binary | 11011110 | 10101100 | 100010 | 0 | 10111 | 1010101 | 1101 | 101100 | 1001010 | 110010 |
Color Harmonies of #DEAC22
Complementary color
Monochromatic Colors of #DEAC22
Black with #DEAC22
Text Example
Text Example
White with #DEAC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC22; }
p { color: rgb(222,172,34); }
H1.HeaderClassName
{
color: #DEAC22;
}
.AnyTagClassName
{
color: #DEAC22;
}
</style>
background-color css
<style>
a { background-color: #DEAC22; }
a { background-color: rgb(222,172,34); }
div.DivClassName
{
background-color: #DEAC22;
}
.BgClassName
{
background-color: #DEAC22;
}
</style>
border-color css
<style>
span { border-color: #DEAC22; }
span { border-color: rgb(222,172,34); }
td.TdClassName
{
border-color: #DEAC22;
}
.TagClassName
{
border-color: #DEAC22;
}
</style>