Shades of Galliano #DBA31B
Tints of Galliano #DBA31B
RGB
CMYK
RGB Variations
Color information
#DBA31B (or 0xDBA31B) is known color: Galliano. HEX triplet: DB, A3 and 1B. RGB value is (219,163,27). Sum of RGB (Red+Green+Blue) = 219+163+27=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA31B is #245CE4. Grayscale: #A4A4A4. Windows color (decimal): -2383077 or 1811419. OLE color: 1811419.
HSL color Cylindrical-coordinate representation of color #DBA31B: hue angle of 42.5º degrees, saturation: 0.78, 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 #DBA31B is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 27 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.14 |
| HSL | 42.5º | 0.78% | 0.48% | - |
| HSV(B) | 42.5º | 0.88% | 0.86% | - |
| XYZ | 42.51 | 41.33 | 6.77 | - |
| YUV | 164.24 | 50.55 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 27 | 0 | 0.26 | 0.88 | 0.14 | 42.5 | 0.78 | 0.48 |
| Hex | DB | A3 | 1B | 0 | 1A | 58 | E | 2A | 4E | 30 |
| Octal | 333 | 243 | 33 | 0 | 32 | 130 | 16 | 52 | 116 | 60 |
| Binary | 11011011 | 10100011 | 11011 | 0 | 11010 | 1011000 | 1110 | 101010 | 1001110 | 110000 |
Color Harmonies of #DBA31B
Complementary color
Monochromatic Colors of #DBA31B
Black with #DBA31B
Text Example
Text Example
White with #DBA31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA31B; }
p { color: rgb(219,163,27); }
H1.HeaderClassName
{
color: #DBA31B;
}
.AnyTagClassName
{
color: #DBA31B;
}
</style>
background-color css
<style>
a { background-color: #DBA31B; }
a { background-color: rgb(219,163,27); }
div.DivClassName
{
background-color: #DBA31B;
}
.BgClassName
{
background-color: #DBA31B;
}
</style>
border-color css
<style>
span { border-color: #DBA31B; }
span { border-color: rgb(219,163,27); }
td.TdClassName
{
border-color: #DBA31B;
}
.TagClassName
{
border-color: #DBA31B;
}
</style>