Shades of Galliano #DEAA26
Tints of Galliano #DEAA26
RGB
CMYK
RGB Variations
Color information
#DEAA26 (or 0xDEAA26) is known color: Galliano. HEX triplet: DE, AA and 26. RGB value is (222,170,38). Sum of RGB (Red+Green+Blue) = 222+170+38=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 38 (15.23% from 255 or 8.84% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAA26 is #2155D9. Grayscale: #ABABAB. Windows color (decimal): -2184666 or 2534110. OLE color: 2534110.
HSL color Cylindrical-coordinate representation of color #DEAA26: hue angle of 43.04º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEAA26 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 38 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.13 |
| HSL | 43.04º | 0.74% | 0.51% | - |
| HSV(B) | 43.04º | 0.83% | 0.87% | - |
| XYZ | 44.85 | 44.42 | 8.04 | - |
| YUV | 170.5 | 53.23 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 38 | 0 | 0.23 | 0.83 | 0.13 | 43.04 | 0.74 | 0.51 |
| Hex | DE | AA | 26 | 0 | 17 | 53 | D | 2B | 4A | 33 |
| Octal | 336 | 252 | 46 | 0 | 27 | 123 | 15 | 53 | 112 | 63 |
| Binary | 11011110 | 10101010 | 100110 | 0 | 10111 | 1010011 | 1101 | 101011 | 1001010 | 110011 |
Color Harmonies of #DEAA26
Complementary color
Monochromatic Colors of #DEAA26
Black with #DEAA26
Text Example
Text Example
White with #DEAA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA26; }
p { color: rgb(222,170,38); }
H1.HeaderClassName
{
color: #DEAA26;
}
.AnyTagClassName
{
color: #DEAA26;
}
</style>
background-color css
<style>
a { background-color: #DEAA26; }
a { background-color: rgb(222,170,38); }
div.DivClassName
{
background-color: #DEAA26;
}
.BgClassName
{
background-color: #DEAA26;
}
</style>
border-color css
<style>
span { border-color: #DEAA26; }
span { border-color: rgb(222,170,38); }
td.TdClassName
{
border-color: #DEAA26;
}
.TagClassName
{
border-color: #DEAA26;
}
</style>