Shades of Galliano #DEA529
Tints of Galliano #DEA529
RGB
CMYK
RGB Variations
Color information
#DEA529 (or 0xDEA529) is known color: Galliano. HEX triplet: DE, A5 and 29. RGB value is (222,165,41). Sum of RGB (Red+Green+Blue) = 222+165+41=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 41 (16.41% from 255 or 9.58% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA529 is #215AD6. Grayscale: #A8A8A8. Windows color (decimal): -2185943 or 2729438. OLE color: 2729438.
HSL color Cylindrical-coordinate representation of color #DEA529: hue angle of 41.1º 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 #DEA529 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 165 | 41 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.13 |
| HSL | 41.1º | 0.73% | 0.52% | - |
| HSV(B) | 41.1º | 0.82% | 0.87% | - |
| XYZ | 43.98 | 42.6 | 8 | - |
| YUV | 167.91 | 56.38 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 165 | 41 | 0 | 0.26 | 0.82 | 0.13 | 41.1 | 0.73 | 0.52 |
| Hex | DE | A5 | 29 | 0 | 1A | 52 | D | 29 | 49 | 34 |
| Octal | 336 | 245 | 51 | 0 | 32 | 122 | 15 | 51 | 111 | 64 |
| Binary | 11011110 | 10100101 | 101001 | 0 | 11010 | 1010010 | 1101 | 101001 | 1001001 | 110100 |
Color Harmonies of #DEA529
Complementary color
Monochromatic Colors of #DEA529
Black with #DEA529
Text Example
Text Example
White with #DEA529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA529; }
p { color: rgb(222,165,41); }
H1.HeaderClassName
{
color: #DEA529;
}
.AnyTagClassName
{
color: #DEA529;
}
</style>
background-color css
<style>
a { background-color: #DEA529; }
a { background-color: rgb(222,165,41); }
div.DivClassName
{
background-color: #DEA529;
}
.BgClassName
{
background-color: #DEA529;
}
</style>
border-color css
<style>
span { border-color: #DEA529; }
span { border-color: rgb(222,165,41); }
td.TdClassName
{
border-color: #DEA529;
}
.TagClassName
{
border-color: #DEA529;
}
</style>