Shades of Galliano #DEA42A
Tints of Galliano #DEA42A
RGB
CMYK
RGB Variations
Color information
#DEA42A (or 0xDEA42A) is known color: Galliano. HEX triplet: DE, A4 and 2A. RGB value is (222,164,42). Sum of RGB (Red+Green+Blue) = 222+164+42=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA42A is #215BD5. Grayscale: #A7A7A7. Windows color (decimal): -2186198 or 2794718. OLE color: 2794718.
HSL color Cylindrical-coordinate representation of color #DEA42A: hue angle of 40.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEA42A is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 164 | 42 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.13 |
| HSL | 40.67º | 0.73% | 0.52% | - |
| HSV(B) | 40.67º | 0.81% | 0.87% | - |
| XYZ | 43.82 | 42.25 | 8.04 | - |
| YUV | 167.43 | 57.22 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 42 | 0 | 0.26 | 0.81 | 0.13 | 40.67 | 0.73 | 0.52 |
| Hex | DE | A4 | 2A | 0 | 1A | 51 | D | 29 | 49 | 34 |
| Octal | 336 | 244 | 52 | 0 | 32 | 121 | 15 | 51 | 111 | 64 |
| Binary | 11011110 | 10100100 | 101010 | 0 | 11010 | 1010001 | 1101 | 101001 | 1001001 | 110100 |
Color Harmonies of #DEA42A
Complementary color
Monochromatic Colors of #DEA42A
Black with #DEA42A
Text Example
Text Example
White with #DEA42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA42A; }
p { color: rgb(222,164,42); }
H1.HeaderClassName
{
color: #DEA42A;
}
.AnyTagClassName
{
color: #DEA42A;
}
</style>
background-color css
<style>
a { background-color: #DEA42A; }
a { background-color: rgb(222,164,42); }
div.DivClassName
{
background-color: #DEA42A;
}
.BgClassName
{
background-color: #DEA42A;
}
</style>
border-color css
<style>
span { border-color: #DEA42A; }
span { border-color: rgb(222,164,42); }
td.TdClassName
{
border-color: #DEA42A;
}
.TagClassName
{
border-color: #DEA42A;
}
</style>