Shades of Galliano #DEA826
Tints of Galliano #DEA826
RGB
CMYK
RGB Variations
Color information
#DEA826 (or 0xDEA826) is known color: Galliano. HEX triplet: DE, A8 and 26. RGB value is (222,168,38). Sum of RGB (Red+Green+Blue) = 222+168+38=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 38 (15.23% from 255 or 8.88% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA826 is #2157D9. Grayscale: #A9A9A9. Windows color (decimal): -2185178 or 2533598. OLE color: 2533598.
HSL color Cylindrical-coordinate representation of color #DEA826: hue angle of 42.39º 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 #DEA826 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 38 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.13 |
| HSL | 42.39º | 0.74% | 0.51% | - |
| HSV(B) | 42.39º | 0.83% | 0.87% | - |
| XYZ | 44.48 | 43.67 | 7.92 | - |
| YUV | 169.33 | 53.89 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 38 | 0 | 0.24 | 0.83 | 0.13 | 42.39 | 0.74 | 0.51 |
| Hex | DE | A8 | 26 | 0 | 18 | 53 | D | 2A | 4A | 33 |
| Octal | 336 | 250 | 46 | 0 | 30 | 123 | 15 | 52 | 112 | 63 |
| Binary | 11011110 | 10101000 | 100110 | 0 | 11000 | 1010011 | 1101 | 101010 | 1001010 | 110011 |
Color Harmonies of #DEA826
Complementary color
Monochromatic Colors of #DEA826
Black with #DEA826
Text Example
Text Example
White with #DEA826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA826; }
p { color: rgb(222,168,38); }
H1.HeaderClassName
{
color: #DEA826;
}
.AnyTagClassName
{
color: #DEA826;
}
</style>
background-color css
<style>
a { background-color: #DEA826; }
a { background-color: rgb(222,168,38); }
div.DivClassName
{
background-color: #DEA826;
}
.BgClassName
{
background-color: #DEA826;
}
</style>
border-color css
<style>
span { border-color: #DEA826; }
span { border-color: rgb(222,168,38); }
td.TdClassName
{
border-color: #DEA826;
}
.TagClassName
{
border-color: #DEA826;
}
</style>