Shades of Galliano #DEA61F
Tints of Galliano #DEA61F
RGB
CMYK
RGB Variations
Color information
#DEA61F (or 0xDEA61F) is known color: Galliano. HEX triplet: DE, A6 and 1F. RGB value is (222,166,31). Sum of RGB (Red+Green+Blue) = 222+166+31=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA61F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA61F is #2159E0. Grayscale: #A7A7A7. Windows color (decimal): -2185697 or 2074334. OLE color: 2074334.
HSL color Cylindrical-coordinate representation of color #DEA61F: hue angle of 42.41º 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 #DEA61F is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 31 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.13 |
| HSL | 42.41º | 0.75% | 0.5% | - |
| HSV(B) | 42.41º | 0.86% | 0.87% | - |
| XYZ | 44.01 | 42.9 | 7.26 | - |
| YUV | 167.35 | 51.05 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 31 | 0 | 0.25 | 0.86 | 0.13 | 42.41 | 0.75 | 0.5 |
| Hex | DE | A6 | 1F | 0 | 19 | 56 | D | 2A | 4B | 32 |
| Octal | 336 | 246 | 37 | 0 | 31 | 126 | 15 | 52 | 113 | 62 |
| Binary | 11011110 | 10100110 | 11111 | 0 | 11001 | 1010110 | 1101 | 101010 | 1001011 | 110010 |
Color Harmonies of #DEA61F
Complementary color
Monochromatic Colors of #DEA61F
Black with #DEA61F
Text Example
Text Example
White with #DEA61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA61F; }
p { color: rgb(222,166,31); }
H1.HeaderClassName
{
color: #DEA61F;
}
.AnyTagClassName
{
color: #DEA61F;
}
</style>
background-color css
<style>
a { background-color: #DEA61F; }
a { background-color: rgb(222,166,31); }
div.DivClassName
{
background-color: #DEA61F;
}
.BgClassName
{
background-color: #DEA61F;
}
</style>
border-color css
<style>
span { border-color: #DEA61F; }
span { border-color: rgb(222,166,31); }
td.TdClassName
{
border-color: #DEA61F;
}
.TagClassName
{
border-color: #DEA61F;
}
</style>