Shades of Galliano #DEAA28
Tints of Galliano #DEAA28
RGB
CMYK
RGB Variations
Color information
#DEAA28 (or 0xDEAA28) is known color: Galliano. HEX triplet: DE, AA and 28. RGB value is (222,170,40). Sum of RGB (Red+Green+Blue) = 222+170+40=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAA28 is #2155D7. Grayscale: #ABABAB. Windows color (decimal): -2184664 or 2665182. OLE color: 2665182.
HSL color Cylindrical-coordinate representation of color #DEAA28: hue angle of 42.86º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEAA28 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 40 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.13 |
| HSL | 42.86º | 0.73% | 0.51% | - |
| HSV(B) | 42.86º | 0.82% | 0.87% | - |
| XYZ | 44.88 | 44.43 | 8.22 | - |
| YUV | 170.73 | 54.23 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 40 | 0 | 0.23 | 0.82 | 0.13 | 42.86 | 0.73 | 0.51 |
| Hex | DE | AA | 28 | 0 | 17 | 52 | D | 2B | 49 | 33 |
| Octal | 336 | 252 | 50 | 0 | 27 | 122 | 15 | 53 | 111 | 63 |
| Binary | 11011110 | 10101010 | 101000 | 0 | 10111 | 1010010 | 1101 | 101011 | 1001001 | 110011 |
Color Harmonies of #DEAA28
Complementary color
Monochromatic Colors of #DEAA28
Black with #DEAA28
Text Example
Text Example
White with #DEAA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA28; }
p { color: rgb(222,170,40); }
H1.HeaderClassName
{
color: #DEAA28;
}
.AnyTagClassName
{
color: #DEAA28;
}
</style>
background-color css
<style>
a { background-color: #DEAA28; }
a { background-color: rgb(222,170,40); }
div.DivClassName
{
background-color: #DEAA28;
}
.BgClassName
{
background-color: #DEAA28;
}
</style>
border-color css
<style>
span { border-color: #DEAA28; }
span { border-color: rgb(222,170,40); }
td.TdClassName
{
border-color: #DEAA28;
}
.TagClassName
{
border-color: #DEAA28;
}
</style>