Shades of Galliano #DB9E24
Tints of Galliano #DB9E24
RGB
CMYK
RGB Variations
Color information
#DB9E24 (or 0xDB9E24) is known color: Galliano. HEX triplet: DB, 9E and 24. RGB value is (219,158,36). Sum of RGB (Red+Green+Blue) = 219+158+36=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 36 (14.45% from 255 or 8.72% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9E24 is #2461DB. Grayscale: #A2A2A2. Windows color (decimal): -2384348 or 2399963. OLE color: 2399963.
HSL color Cylindrical-coordinate representation of color #DB9E24: hue angle of 40º 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 #DB9E24 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 36 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.14 |
| HSL | 40º | 0.72% | 0.5% | - |
| HSV(B) | 40º | 0.84% | 0.86% | - |
| XYZ | 41.76 | 39.64 | 7.12 | - |
| YUV | 162.33 | 56.71 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 36 | 0 | 0.28 | 0.84 | 0.14 | 40 | 0.72 | 0.5 |
| Hex | DB | 9E | 24 | 0 | 1C | 54 | E | 28 | 48 | 32 |
| Octal | 333 | 236 | 44 | 0 | 34 | 124 | 16 | 50 | 110 | 62 |
| Binary | 11011011 | 10011110 | 100100 | 0 | 11100 | 1010100 | 1110 | 101000 | 1001000 | 110010 |
Color Harmonies of #DB9E24
Complementary color
Monochromatic Colors of #DB9E24
Black with #DB9E24
Text Example
Text Example
White with #DB9E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E24; }
p { color: rgb(219,158,36); }
H1.HeaderClassName
{
color: #DB9E24;
}
.AnyTagClassName
{
color: #DB9E24;
}
</style>
background-color css
<style>
a { background-color: #DB9E24; }
a { background-color: rgb(219,158,36); }
div.DivClassName
{
background-color: #DB9E24;
}
.BgClassName
{
background-color: #DB9E24;
}
</style>
border-color css
<style>
span { border-color: #DB9E24; }
span { border-color: rgb(219,158,36); }
td.TdClassName
{
border-color: #DB9E24;
}
.TagClassName
{
border-color: #DB9E24;
}
</style>