Shades of Galliano #DEA125
Tints of Galliano #DEA125
RGB
CMYK
RGB Variations
Color information
#DEA125 (or 0xDEA125) is known color: Galliano. HEX triplet: DE, A1 and 25. RGB value is (222,161,37). Sum of RGB (Red+Green+Blue) = 222+161+37=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA125 is #215EDA. Grayscale: #A5A5A5. Windows color (decimal): -2186971 or 2466270. OLE color: 2466270.
HSL color Cylindrical-coordinate representation of color #DEA125: hue angle of 40.22º 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 #DEA125 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 161 | 37 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.13 |
| HSL | 40.22º | 0.74% | 0.51% | - |
| HSV(B) | 40.22º | 0.83% | 0.87% | - |
| XYZ | 43.2 | 41.15 | 7.42 | - |
| YUV | 165.1 | 55.71 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 37 | 0 | 0.27 | 0.83 | 0.13 | 40.22 | 0.74 | 0.51 |
| Hex | DE | A1 | 25 | 0 | 1B | 53 | D | 28 | 4A | 33 |
| Octal | 336 | 241 | 45 | 0 | 33 | 123 | 15 | 50 | 112 | 63 |
| Binary | 11011110 | 10100001 | 100101 | 0 | 11011 | 1010011 | 1101 | 101000 | 1001010 | 110011 |
Color Harmonies of #DEA125
Complementary color
Monochromatic Colors of #DEA125
Black with #DEA125
Text Example
Text Example
White with #DEA125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA125; }
p { color: rgb(222,161,37); }
H1.HeaderClassName
{
color: #DEA125;
}
.AnyTagClassName
{
color: #DEA125;
}
</style>
background-color css
<style>
a { background-color: #DEA125; }
a { background-color: rgb(222,161,37); }
div.DivClassName
{
background-color: #DEA125;
}
.BgClassName
{
background-color: #DEA125;
}
</style>
border-color css
<style>
span { border-color: #DEA125; }
span { border-color: rgb(222,161,37); }
td.TdClassName
{
border-color: #DEA125;
}
.TagClassName
{
border-color: #DEA125;
}
</style>