Shades of Galliano #DEAB22
Tints of Galliano #DEAB22
RGB
CMYK
RGB Variations
Color information
#DEAB22 (or 0xDEAB22) is known color: Galliano. HEX triplet: DE, AB and 22. RGB value is (222,171,34). Sum of RGB (Red+Green+Blue) = 222+171+34=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 34 (13.67% from 255 or 7.96% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB22 is #2154DD. Grayscale: #ABABAB. Windows color (decimal): -2184414 or 2272222. OLE color: 2272222.
HSL color Cylindrical-coordinate representation of color #DEAB22: hue angle of 43.72º 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 #DEAB22 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 34 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.13 |
| HSL | 43.72º | 0.74% | 0.5% | - |
| HSV(B) | 43.72º | 0.85% | 0.87% | - |
| XYZ | 44.98 | 44.77 | 7.78 | - |
| YUV | 170.63 | 50.9 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 34 | 0 | 0.23 | 0.85 | 0.13 | 43.72 | 0.74 | 0.5 |
| Hex | DE | AB | 22 | 0 | 17 | 55 | D | 2C | 4A | 32 |
| Octal | 336 | 253 | 42 | 0 | 27 | 125 | 15 | 54 | 112 | 62 |
| Binary | 11011110 | 10101011 | 100010 | 0 | 10111 | 1010101 | 1101 | 101100 | 1001010 | 110010 |
Color Harmonies of #DEAB22
Complementary color
Monochromatic Colors of #DEAB22
Black with #DEAB22
Text Example
Text Example
White with #DEAB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB22; }
p { color: rgb(222,171,34); }
H1.HeaderClassName
{
color: #DEAB22;
}
.AnyTagClassName
{
color: #DEAB22;
}
</style>
background-color css
<style>
a { background-color: #DEAB22; }
a { background-color: rgb(222,171,34); }
div.DivClassName
{
background-color: #DEAB22;
}
.BgClassName
{
background-color: #DEAB22;
}
</style>
border-color css
<style>
span { border-color: #DEAB22; }
span { border-color: rgb(222,171,34); }
td.TdClassName
{
border-color: #DEAB22;
}
.TagClassName
{
border-color: #DEAB22;
}
</style>