Shades of Galliano #DB9F22
Tints of Galliano #DB9F22
RGB
CMYK
RGB Variations
Color information
#DB9F22 (or 0xDB9F22) is known color: Galliano. HEX triplet: DB, 9F and 22. RGB value is (219,159,34). Sum of RGB (Red+Green+Blue) = 219+159+34=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9F22 is #2460DD. Grayscale: #A3A3A3. Windows color (decimal): -2384094 or 2269147. OLE color: 2269147.
HSL color Cylindrical-coordinate representation of color #DB9F22: hue angle of 40.54º degrees, saturation: 0.73, 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 #DB9F22 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 34 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.14 |
| HSL | 40.54º | 0.73% | 0.5% | - |
| HSV(B) | 40.54º | 0.84% | 0.86% | - |
| XYZ | 41.9 | 39.97 | 7.02 | - |
| YUV | 162.69 | 55.38 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 34 | 0 | 0.27 | 0.84 | 0.14 | 40.54 | 0.73 | 0.5 |
| Hex | DB | 9F | 22 | 0 | 1B | 54 | E | 29 | 49 | 32 |
| Octal | 333 | 237 | 42 | 0 | 33 | 124 | 16 | 51 | 111 | 62 |
| Binary | 11011011 | 10011111 | 100010 | 0 | 11011 | 1010100 | 1110 | 101001 | 1001001 | 110010 |
Color Harmonies of #DB9F22
Complementary color
Monochromatic Colors of #DB9F22
Black with #DB9F22
Text Example
Text Example
White with #DB9F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F22; }
p { color: rgb(219,159,34); }
H1.HeaderClassName
{
color: #DB9F22;
}
.AnyTagClassName
{
color: #DB9F22;
}
</style>
background-color css
<style>
a { background-color: #DB9F22; }
a { background-color: rgb(219,159,34); }
div.DivClassName
{
background-color: #DB9F22;
}
.BgClassName
{
background-color: #DB9F22;
}
</style>
border-color css
<style>
span { border-color: #DB9F22; }
span { border-color: rgb(219,159,34); }
td.TdClassName
{
border-color: #DB9F22;
}
.TagClassName
{
border-color: #DB9F22;
}
</style>