Shades of Galliano #DC9E24
Tints of Galliano #DC9E24
RGB
CMYK
RGB Variations
Color information
#DC9E24 (or 0xDC9E24) is known color: Galliano. HEX triplet: DC, 9E and 24. RGB value is (220,158,36). Sum of RGB (Red+Green+Blue) = 220+158+36=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 36 (14.45% from 255 or 8.70% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9E24 is #2361DB. Grayscale: #A3A3A3. Windows color (decimal): -2318812 or 2399964. OLE color: 2399964.
HSL color Cylindrical-coordinate representation of color #DC9E24: hue angle of 39.78º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC9E24 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 36 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.14 |
| HSL | 39.78º | 0.72% | 0.5% | - |
| HSV(B) | 39.78º | 0.84% | 0.86% | - |
| XYZ | 42.06 | 39.8 | 7.13 | - |
| YUV | 162.63 | 56.54 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 36 | 0 | 0.28 | 0.84 | 0.14 | 39.78 | 0.72 | 0.5 |
| Hex | DC | 9E | 24 | 0 | 1C | 54 | E | 28 | 48 | 32 |
| Octal | 334 | 236 | 44 | 0 | 34 | 124 | 16 | 50 | 110 | 62 |
| Binary | 11011100 | 10011110 | 100100 | 0 | 11100 | 1010100 | 1110 | 101000 | 1001000 | 110010 |
Color Harmonies of #DC9E24
Complementary color
Monochromatic Colors of #DC9E24
Black with #DC9E24
Text Example
Text Example
White with #DC9E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E24; }
p { color: rgb(220,158,36); }
H1.HeaderClassName
{
color: #DC9E24;
}
.AnyTagClassName
{
color: #DC9E24;
}
</style>
background-color css
<style>
a { background-color: #DC9E24; }
a { background-color: rgb(220,158,36); }
div.DivClassName
{
background-color: #DC9E24;
}
.BgClassName
{
background-color: #DC9E24;
}
</style>
border-color css
<style>
span { border-color: #DC9E24; }
span { border-color: rgb(220,158,36); }
td.TdClassName
{
border-color: #DC9E24;
}
.TagClassName
{
border-color: #DC9E24;
}
</style>