Shades of Galliano #DEA628
Tints of Galliano #DEA628
RGB
CMYK
RGB Variations
Color information
#DEA628 (or 0xDEA628) is known color: Galliano. HEX triplet: DE, A6 and 28. RGB value is (222,166,40). Sum of RGB (Red+Green+Blue) = 222+166+40=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA628 is #2159D7. Grayscale: #A8A8A8. Windows color (decimal): -2185688 or 2664158. OLE color: 2664158.
HSL color Cylindrical-coordinate representation of color #DEA628: hue angle of 41.54º 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 #DEA628 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 40 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.13 |
| HSL | 41.54º | 0.73% | 0.51% | - |
| HSV(B) | 41.54º | 0.82% | 0.87% | - |
| XYZ | 44.14 | 42.96 | 7.97 | - |
| YUV | 168.38 | 55.55 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 40 | 0 | 0.25 | 0.82 | 0.13 | 41.54 | 0.73 | 0.51 |
| Hex | DE | A6 | 28 | 0 | 19 | 52 | D | 2A | 49 | 33 |
| Octal | 336 | 246 | 50 | 0 | 31 | 122 | 15 | 52 | 111 | 63 |
| Binary | 11011110 | 10100110 | 101000 | 0 | 11001 | 1010010 | 1101 | 101010 | 1001001 | 110011 |
Color Harmonies of #DEA628
Complementary color
Monochromatic Colors of #DEA628
Black with #DEA628
Text Example
Text Example
White with #DEA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA628; }
p { color: rgb(222,166,40); }
H1.HeaderClassName
{
color: #DEA628;
}
.AnyTagClassName
{
color: #DEA628;
}
</style>
background-color css
<style>
a { background-color: #DEA628; }
a { background-color: rgb(222,166,40); }
div.DivClassName
{
background-color: #DEA628;
}
.BgClassName
{
background-color: #DEA628;
}
</style>
border-color css
<style>
span { border-color: #DEA628; }
span { border-color: rgb(222,166,40); }
td.TdClassName
{
border-color: #DEA628;
}
.TagClassName
{
border-color: #DEA628;
}
</style>