Shades of Galliano #DEA528
Tints of Galliano #DEA528
RGB
CMYK
RGB Variations
Color information
#DEA528 (or 0xDEA528) is known color: Galliano. HEX triplet: DE, A5 and 28. RGB value is (222,165,40). Sum of RGB (Red+Green+Blue) = 222+165+40=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA528 is #215AD7. Grayscale: #A8A8A8. Windows color (decimal): -2185944 or 2663902. OLE color: 2663902.
HSL color Cylindrical-coordinate representation of color #DEA528: hue angle of 41.21º 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 #DEA528 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 165 | 40 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.13 |
| HSL | 41.21º | 0.73% | 0.51% | - |
| HSV(B) | 41.21º | 0.82% | 0.87% | - |
| XYZ | 43.96 | 42.59 | 7.91 | - |
| YUV | 167.79 | 55.88 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 165 | 40 | 0 | 0.26 | 0.82 | 0.13 | 41.21 | 0.73 | 0.51 |
| Hex | DE | A5 | 28 | 0 | 1A | 52 | D | 29 | 49 | 33 |
| Octal | 336 | 245 | 50 | 0 | 32 | 122 | 15 | 51 | 111 | 63 |
| Binary | 11011110 | 10100101 | 101000 | 0 | 11010 | 1010010 | 1101 | 101001 | 1001001 | 110011 |
Color Harmonies of #DEA528
Complementary color
Monochromatic Colors of #DEA528
Black with #DEA528
Text Example
Text Example
White with #DEA528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA528; }
p { color: rgb(222,165,40); }
H1.HeaderClassName
{
color: #DEA528;
}
.AnyTagClassName
{
color: #DEA528;
}
</style>
background-color css
<style>
a { background-color: #DEA528; }
a { background-color: rgb(222,165,40); }
div.DivClassName
{
background-color: #DEA528;
}
.BgClassName
{
background-color: #DEA528;
}
</style>
border-color css
<style>
span { border-color: #DEA528; }
span { border-color: rgb(222,165,40); }
td.TdClassName
{
border-color: #DEA528;
}
.TagClassName
{
border-color: #DEA528;
}
</style>