Shades of Galliano #DEAA24
Tints of Galliano #DEAA24
RGB
CMYK
RGB Variations
Color information
#DEAA24 (or 0xDEAA24) is known color: Galliano. HEX triplet: DE, AA and 24. RGB value is (222,170,36). Sum of RGB (Red+Green+Blue) = 222+170+36=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 36 (14.45% from 255 or 8.41% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAA24 is #2155DB. Grayscale: #AAAAAA. Windows color (decimal): -2184668 or 2403038. OLE color: 2403038.
HSL color Cylindrical-coordinate representation of color #DEAA24: hue angle of 43.23º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEAA24 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 36 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.13 |
| HSL | 43.23º | 0.74% | 0.51% | - |
| HSV(B) | 43.23º | 0.84% | 0.87% | - |
| XYZ | 44.82 | 44.41 | 7.88 | - |
| YUV | 170.27 | 52.23 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 36 | 0 | 0.23 | 0.84 | 0.13 | 43.23 | 0.74 | 0.51 |
| Hex | DE | AA | 24 | 0 | 17 | 54 | D | 2B | 4A | 33 |
| Octal | 336 | 252 | 44 | 0 | 27 | 124 | 15 | 53 | 112 | 63 |
| Binary | 11011110 | 10101010 | 100100 | 0 | 10111 | 1010100 | 1101 | 101011 | 1001010 | 110011 |
Color Harmonies of #DEAA24
Complementary color
Monochromatic Colors of #DEAA24
Black with #DEAA24
Text Example
Text Example
White with #DEAA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA24; }
p { color: rgb(222,170,36); }
H1.HeaderClassName
{
color: #DEAA24;
}
.AnyTagClassName
{
color: #DEAA24;
}
</style>
background-color css
<style>
a { background-color: #DEAA24; }
a { background-color: rgb(222,170,36); }
div.DivClassName
{
background-color: #DEAA24;
}
.BgClassName
{
background-color: #DEAA24;
}
</style>
border-color css
<style>
span { border-color: #DEAA24; }
span { border-color: rgb(222,170,36); }
td.TdClassName
{
border-color: #DEAA24;
}
.TagClassName
{
border-color: #DEAA24;
}
</style>