Shades of Galliano #DB9E1A
Tints of Galliano #DB9E1A
RGB
CMYK
RGB Variations
Color information
#DB9E1A (or 0xDB9E1A) is known color: Galliano. HEX triplet: DB, 9E and 1A. RGB value is (219,158,26). Sum of RGB (Red+Green+Blue) = 219+158+26=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9E1A is #2461E5. Grayscale: #A1A1A1. Windows color (decimal): -2384358 or 1744603. OLE color: 1744603.
HSL color Cylindrical-coordinate representation of color #DB9E1A: hue angle of 41.04º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB9E1A is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 26 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.14 |
| HSL | 41.04º | 0.79% | 0.48% | - |
| HSV(B) | 41.04º | 0.88% | 0.86% | - |
| XYZ | 41.63 | 39.59 | 6.42 | - |
| YUV | 161.19 | 51.71 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 26 | 0 | 0.28 | 0.88 | 0.14 | 41.04 | 0.79 | 0.48 |
| Hex | DB | 9E | 1A | 0 | 1C | 58 | E | 29 | 4F | 30 |
| Octal | 333 | 236 | 32 | 0 | 34 | 130 | 16 | 51 | 117 | 60 |
| Binary | 11011011 | 10011110 | 11010 | 0 | 11100 | 1011000 | 1110 | 101001 | 1001111 | 110000 |
Color Harmonies of #DB9E1A
Complementary color
Monochromatic Colors of #DB9E1A
Black with #DB9E1A
Text Example
Text Example
White with #DB9E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E1A; }
p { color: rgb(219,158,26); }
H1.HeaderClassName
{
color: #DB9E1A;
}
.AnyTagClassName
{
color: #DB9E1A;
}
</style>
background-color css
<style>
a { background-color: #DB9E1A; }
a { background-color: rgb(219,158,26); }
div.DivClassName
{
background-color: #DB9E1A;
}
.BgClassName
{
background-color: #DB9E1A;
}
</style>
border-color css
<style>
span { border-color: #DB9E1A; }
span { border-color: rgb(219,158,26); }
td.TdClassName
{
border-color: #DB9E1A;
}
.TagClassName
{
border-color: #DB9E1A;
}
</style>