Shades of Galliano #DEA129
Tints of Galliano #DEA129
RGB
CMYK
RGB Variations
Color information
#DEA129 (or 0xDEA129) is known color: Galliano. HEX triplet: DE, A1 and 29. RGB value is (222,161,41). Sum of RGB (Red+Green+Blue) = 222+161+41=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA129 is #215ED6. Grayscale: #A6A6A6. Windows color (decimal): -2186967 or 2728414. OLE color: 2728414.
HSL color Cylindrical-coordinate representation of color #DEA129: hue angle of 39.78º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEA129 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 161 | 41 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.13 |
| HSL | 39.78º | 0.73% | 0.52% | - |
| HSV(B) | 39.78º | 0.82% | 0.87% | - |
| XYZ | 43.27 | 41.18 | 7.77 | - |
| YUV | 165.56 | 57.71 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 41 | 0 | 0.27 | 0.82 | 0.13 | 39.78 | 0.73 | 0.52 |
| Hex | DE | A1 | 29 | 0 | 1B | 52 | D | 28 | 49 | 34 |
| Octal | 336 | 241 | 51 | 0 | 33 | 122 | 15 | 50 | 111 | 64 |
| Binary | 11011110 | 10100001 | 101001 | 0 | 11011 | 1010010 | 1101 | 101000 | 1001001 | 110100 |
Color Harmonies of #DEA129
Complementary color
Monochromatic Colors of #DEA129
Black with #DEA129
Text Example
Text Example
White with #DEA129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA129; }
p { color: rgb(222,161,41); }
H1.HeaderClassName
{
color: #DEA129;
}
.AnyTagClassName
{
color: #DEA129;
}
</style>
background-color css
<style>
a { background-color: #DEA129; }
a { background-color: rgb(222,161,41); }
div.DivClassName
{
background-color: #DEA129;
}
.BgClassName
{
background-color: #DEA129;
}
</style>
border-color css
<style>
span { border-color: #DEA129; }
span { border-color: rgb(222,161,41); }
td.TdClassName
{
border-color: #DEA129;
}
.TagClassName
{
border-color: #DEA129;
}
</style>