Shades of Galliano #DEA21E
Tints of Galliano #DEA21E
RGB
CMYK
RGB Variations
Color information
#DEA21E (or 0xDEA21E) is known color: Galliano. HEX triplet: DE, A2 and 1E. RGB value is (222,162,30). Sum of RGB (Red+Green+Blue) = 222+162+30=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA21E is #215DE1. Grayscale: #A5A5A5. Windows color (decimal): -2186722 or 2007774. OLE color: 2007774.
HSL color Cylindrical-coordinate representation of color #DEA21E: hue angle of 41.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEA21E is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 30 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.13 |
| HSL | 41.25º | 0.76% | 0.49% | - |
| HSV(B) | 41.25º | 0.86% | 0.87% | - |
| XYZ | 43.28 | 41.46 | 6.95 | - |
| YUV | 164.89 | 51.88 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 30 | 0 | 0.27 | 0.86 | 0.13 | 41.25 | 0.76 | 0.49 |
| Hex | DE | A2 | 1E | 0 | 1B | 56 | D | 29 | 4C | 31 |
| Octal | 336 | 242 | 36 | 0 | 33 | 126 | 15 | 51 | 114 | 61 |
| Binary | 11011110 | 10100010 | 11110 | 0 | 11011 | 1010110 | 1101 | 101001 | 1001100 | 110001 |
Color Harmonies of #DEA21E
Complementary color
Monochromatic Colors of #DEA21E
Black with #DEA21E
Text Example
Text Example
White with #DEA21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA21E; }
p { color: rgb(222,162,30); }
H1.HeaderClassName
{
color: #DEA21E;
}
.AnyTagClassName
{
color: #DEA21E;
}
</style>
background-color css
<style>
a { background-color: #DEA21E; }
a { background-color: rgb(222,162,30); }
div.DivClassName
{
background-color: #DEA21E;
}
.BgClassName
{
background-color: #DEA21E;
}
</style>
border-color css
<style>
span { border-color: #DEA21E; }
span { border-color: rgb(222,162,30); }
td.TdClassName
{
border-color: #DEA21E;
}
.TagClassName
{
border-color: #DEA21E;
}
</style>