Shades of Galliano #DEA62F
Tints of Galliano #DEA62F
RGB
CMYK
RGB Variations
Color information
#DEA62F (or 0xDEA62F) is known color: Galliano. HEX triplet: DE, A6 and 2F. RGB value is (222,166,47). Sum of RGB (Red+Green+Blue) = 222+166+47=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA62F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA62F is #2159D0. Grayscale: #A9A9A9. Windows color (decimal): -2185681 or 3122910. OLE color: 3122910.
HSL color Cylindrical-coordinate representation of color #DEA62F: hue angle of 40.8º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEA62F is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 47 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.13 |
| HSL | 40.8º | 0.73% | 0.53% | - |
| HSV(B) | 40.8º | 0.79% | 0.87% | - |
| XYZ | 44.27 | 43.01 | 8.66 | - |
| YUV | 169.18 | 59.05 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 47 | 0 | 0.25 | 0.79 | 0.13 | 40.8 | 0.73 | 0.53 |
| Hex | DE | A6 | 2F | 0 | 19 | 4F | D | 29 | 49 | 35 |
| Octal | 336 | 246 | 57 | 0 | 31 | 117 | 15 | 51 | 111 | 65 |
| Binary | 11011110 | 10100110 | 101111 | 0 | 11001 | 1001111 | 1101 | 101001 | 1001001 | 110101 |
Color Harmonies of #DEA62F
Complementary color
Monochromatic Colors of #DEA62F
Black with #DEA62F
Text Example
Text Example
White with #DEA62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA62F; }
p { color: rgb(222,166,47); }
H1.HeaderClassName
{
color: #DEA62F;
}
.AnyTagClassName
{
color: #DEA62F;
}
</style>
background-color css
<style>
a { background-color: #DEA62F; }
a { background-color: rgb(222,166,47); }
div.DivClassName
{
background-color: #DEA62F;
}
.BgClassName
{
background-color: #DEA62F;
}
</style>
border-color css
<style>
span { border-color: #DEA62F; }
span { border-color: rgb(222,166,47); }
td.TdClassName
{
border-color: #DEA62F;
}
.TagClassName
{
border-color: #DEA62F;
}
</style>