Shades of Galliano #DEAA29
Tints of Galliano #DEAA29
RGB
CMYK
RGB Variations
Color information
#DEAA29 (or 0xDEAA29) is known color: Galliano. HEX triplet: DE, AA and 29. RGB value is (222,170,41). Sum of RGB (Red+Green+Blue) = 222+170+41=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAA29 is #2155D6. Grayscale: #ABABAB. Windows color (decimal): -2184663 or 2730718. OLE color: 2730718.
HSL color Cylindrical-coordinate representation of color #DEAA29: hue angle of 42.76º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEAA29 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 41 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.13 |
| HSL | 42.76º | 0.73% | 0.52% | - |
| HSV(B) | 42.76º | 0.82% | 0.87% | - |
| XYZ | 44.9 | 44.44 | 8.31 | - |
| YUV | 170.84 | 54.73 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 41 | 0 | 0.23 | 0.82 | 0.13 | 42.76 | 0.73 | 0.52 |
| Hex | DE | AA | 29 | 0 | 17 | 52 | D | 2B | 49 | 34 |
| Octal | 336 | 252 | 51 | 0 | 27 | 122 | 15 | 53 | 111 | 64 |
| Binary | 11011110 | 10101010 | 101001 | 0 | 10111 | 1010010 | 1101 | 101011 | 1001001 | 110100 |
Color Harmonies of #DEAA29
Complementary color
Monochromatic Colors of #DEAA29
Black with #DEAA29
Text Example
Text Example
White with #DEAA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA29; }
p { color: rgb(222,170,41); }
H1.HeaderClassName
{
color: #DEAA29;
}
.AnyTagClassName
{
color: #DEAA29;
}
</style>
background-color css
<style>
a { background-color: #DEAA29; }
a { background-color: rgb(222,170,41); }
div.DivClassName
{
background-color: #DEAA29;
}
.BgClassName
{
background-color: #DEAA29;
}
</style>
border-color css
<style>
span { border-color: #DEAA29; }
span { border-color: rgb(222,170,41); }
td.TdClassName
{
border-color: #DEAA29;
}
.TagClassName
{
border-color: #DEAA29;
}
</style>