Shades of Galliano #DE9E21
Tints of Galliano #DE9E21
RGB
CMYK
RGB Variations
Color information
#DE9E21 (or 0xDE9E21) is known color: Galliano. HEX triplet: DE, 9E and 21. RGB value is (222,158,33). Sum of RGB (Red+Green+Blue) = 222+158+33=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9E21 is #2161DE. Grayscale: #A3A3A3. Windows color (decimal): -2187743 or 2203358. OLE color: 2203358.
HSL color Cylindrical-coordinate representation of color #DE9E21: hue angle of 39.68º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE9E21 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 158 | 33 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.13 |
| HSL | 39.68º | 0.74% | 0.5% | - |
| HSV(B) | 39.68º | 0.85% | 0.87% | - |
| XYZ | 42.63 | 40.09 | 6.93 | - |
| YUV | 162.89 | 54.7 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 33 | 0 | 0.29 | 0.85 | 0.13 | 39.68 | 0.74 | 0.5 |
| Hex | DE | 9E | 21 | 0 | 1D | 55 | D | 28 | 4A | 32 |
| Octal | 336 | 236 | 41 | 0 | 35 | 125 | 15 | 50 | 112 | 62 |
| Binary | 11011110 | 10011110 | 100001 | 0 | 11101 | 1010101 | 1101 | 101000 | 1001010 | 110010 |
Color Harmonies of #DE9E21
Complementary color
Monochromatic Colors of #DE9E21
Black with #DE9E21
Text Example
Text Example
White with #DE9E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9E21; }
p { color: rgb(222,158,33); }
H1.HeaderClassName
{
color: #DE9E21;
}
.AnyTagClassName
{
color: #DE9E21;
}
</style>
background-color css
<style>
a { background-color: #DE9E21; }
a { background-color: rgb(222,158,33); }
div.DivClassName
{
background-color: #DE9E21;
}
.BgClassName
{
background-color: #DE9E21;
}
</style>
border-color css
<style>
span { border-color: #DE9E21; }
span { border-color: rgb(222,158,33); }
td.TdClassName
{
border-color: #DE9E21;
}
.TagClassName
{
border-color: #DE9E21;
}
</style>