Shades of Galliano #DEA41F
Tints of Galliano #DEA41F
RGB
CMYK
RGB Variations
Color information
#DEA41F (or 0xDEA41F) is known color: Galliano. HEX triplet: DE, A4 and 1F. RGB value is (222,164,31). Sum of RGB (Red+Green+Blue) = 222+164+31=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA41F is #215BE0. Grayscale: #A6A6A6. Windows color (decimal): -2186209 or 2073822. OLE color: 2073822.
HSL color Cylindrical-coordinate representation of color #DEA41F: hue angle of 41.78º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEA41F is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 164 | 31 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.13 |
| HSL | 41.78º | 0.75% | 0.5% | - |
| HSV(B) | 41.78º | 0.86% | 0.87% | - |
| XYZ | 43.65 | 42.18 | 7.14 | - |
| YUV | 166.18 | 51.72 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 31 | 0 | 0.26 | 0.86 | 0.13 | 41.78 | 0.75 | 0.5 |
| Hex | DE | A4 | 1F | 0 | 1A | 56 | D | 2A | 4B | 32 |
| Octal | 336 | 244 | 37 | 0 | 32 | 126 | 15 | 52 | 113 | 62 |
| Binary | 11011110 | 10100100 | 11111 | 0 | 11010 | 1010110 | 1101 | 101010 | 1001011 | 110010 |
Color Harmonies of #DEA41F
Complementary color
Monochromatic Colors of #DEA41F
Black with #DEA41F
Text Example
Text Example
White with #DEA41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA41F; }
p { color: rgb(222,164,31); }
H1.HeaderClassName
{
color: #DEA41F;
}
.AnyTagClassName
{
color: #DEA41F;
}
</style>
background-color css
<style>
a { background-color: #DEA41F; }
a { background-color: rgb(222,164,31); }
div.DivClassName
{
background-color: #DEA41F;
}
.BgClassName
{
background-color: #DEA41F;
}
</style>
border-color css
<style>
span { border-color: #DEA41F; }
span { border-color: rgb(222,164,31); }
td.TdClassName
{
border-color: #DEA41F;
}
.TagClassName
{
border-color: #DEA41F;
}
</style>