Shades of Galliano #DEA21B
Tints of Galliano #DEA21B
RGB
CMYK
RGB Variations
Color information
#DEA21B (or 0xDEA21B) is known color: Galliano. HEX triplet: DE, A2 and 1B. RGB value is (222,162,27). Sum of RGB (Red+Green+Blue) = 222+162+27=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA21B is #215DE4. Grayscale: #A5A5A5. Windows color (decimal): -2186725 or 1811166. OLE color: 1811166.
HSL color Cylindrical-coordinate representation of color #DEA21B: hue angle of 41.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEA21B is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 27 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.13 |
| HSL | 41.54º | 0.78% | 0.49% | - |
| HSV(B) | 41.54º | 0.88% | 0.87% | - |
| XYZ | 43.24 | 41.45 | 6.76 | - |
| YUV | 164.55 | 50.38 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 27 | 0 | 0.27 | 0.88 | 0.13 | 41.54 | 0.78 | 0.49 |
| Hex | DE | A2 | 1B | 0 | 1B | 58 | D | 2A | 4E | 31 |
| Octal | 336 | 242 | 33 | 0 | 33 | 130 | 15 | 52 | 116 | 61 |
| Binary | 11011110 | 10100010 | 11011 | 0 | 11011 | 1011000 | 1101 | 101010 | 1001110 | 110001 |
Color Harmonies of #DEA21B
Complementary color
Monochromatic Colors of #DEA21B
Black with #DEA21B
Text Example
Text Example
White with #DEA21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA21B; }
p { color: rgb(222,162,27); }
H1.HeaderClassName
{
color: #DEA21B;
}
.AnyTagClassName
{
color: #DEA21B;
}
</style>
background-color css
<style>
a { background-color: #DEA21B; }
a { background-color: rgb(222,162,27); }
div.DivClassName
{
background-color: #DEA21B;
}
.BgClassName
{
background-color: #DEA21B;
}
</style>
border-color css
<style>
span { border-color: #DEA21B; }
span { border-color: rgb(222,162,27); }
td.TdClassName
{
border-color: #DEA21B;
}
.TagClassName
{
border-color: #DEA21B;
}
</style>