Shades of Galliano #DEA630
Tints of Galliano #DEA630
RGB
CMYK
RGB Variations
Color information
#DEA630 (or 0xDEA630) is known color: Galliano. HEX triplet: DE, A6 and 30. RGB value is (222,166,48). Sum of RGB (Red+Green+Blue) = 222+166+48=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA630 is #2159CF. Grayscale: #A9A9A9. Windows color (decimal): -2185680 or 3188446. OLE color: 3188446.
HSL color Cylindrical-coordinate representation of color #DEA630: hue angle of 40.69º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEA630 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 48 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.13 |
| HSL | 40.69º | 0.73% | 0.53% | - |
| HSV(B) | 40.69º | 0.78% | 0.87% | - |
| XYZ | 44.29 | 43.02 | 8.76 | - |
| YUV | 169.29 | 59.55 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 48 | 0 | 0.25 | 0.78 | 0.13 | 40.69 | 0.73 | 0.53 |
| Hex | DE | A6 | 30 | 0 | 19 | 4E | D | 29 | 48 | 35 |
| Octal | 336 | 246 | 60 | 0 | 31 | 116 | 15 | 51 | 110 | 65 |
| Binary | 11011110 | 10100110 | 110000 | 0 | 11001 | 1001110 | 1101 | 101001 | 1001000 | 110101 |
Color Harmonies of #DEA630
Complementary color
Monochromatic Colors of #DEA630
Black with #DEA630
Text Example
Text Example
White with #DEA630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA630; }
p { color: rgb(222,166,48); }
H1.HeaderClassName
{
color: #DEA630;
}
.AnyTagClassName
{
color: #DEA630;
}
</style>
background-color css
<style>
a { background-color: #DEA630; }
a { background-color: rgb(222,166,48); }
div.DivClassName
{
background-color: #DEA630;
}
.BgClassName
{
background-color: #DEA630;
}
</style>
border-color css
<style>
span { border-color: #DEA630; }
span { border-color: rgb(222,166,48); }
td.TdClassName
{
border-color: #DEA630;
}
.TagClassName
{
border-color: #DEA630;
}
</style>