Shades of Galliano #DBA41A
Tints of Galliano #DBA41A
RGB
CMYK
RGB Variations
Color information
#DBA41A (or 0xDBA41A) is known color: Galliano. HEX triplet: DB, A4 and 1A. RGB value is (219,164,26). Sum of RGB (Red+Green+Blue) = 219+164+26=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA41A is #245BE5. Grayscale: #A5A5A5. Windows color (decimal): -2382822 or 1746139. OLE color: 1746139.
HSL color Cylindrical-coordinate representation of color #DBA41A: hue angle of 42.9º 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 #DBA41A is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 26 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.14 |
| HSL | 42.9º | 0.79% | 0.48% | - |
| HSV(B) | 42.9º | 0.88% | 0.86% | - |
| XYZ | 42.68 | 41.69 | 6.77 | - |
| YUV | 164.71 | 49.72 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 26 | 0 | 0.25 | 0.88 | 0.14 | 42.9 | 0.79 | 0.48 |
| Hex | DB | A4 | 1A | 0 | 19 | 58 | E | 2B | 4F | 30 |
| Octal | 333 | 244 | 32 | 0 | 31 | 130 | 16 | 53 | 117 | 60 |
| Binary | 11011011 | 10100100 | 11010 | 0 | 11001 | 1011000 | 1110 | 101011 | 1001111 | 110000 |
Color Harmonies of #DBA41A
Complementary color
Monochromatic Colors of #DBA41A
Black with #DBA41A
Text Example
Text Example
White with #DBA41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA41A; }
p { color: rgb(219,164,26); }
H1.HeaderClassName
{
color: #DBA41A;
}
.AnyTagClassName
{
color: #DBA41A;
}
</style>
background-color css
<style>
a { background-color: #DBA41A; }
a { background-color: rgb(219,164,26); }
div.DivClassName
{
background-color: #DBA41A;
}
.BgClassName
{
background-color: #DBA41A;
}
</style>
border-color css
<style>
span { border-color: #DBA41A; }
span { border-color: rgb(219,164,26); }
td.TdClassName
{
border-color: #DBA41A;
}
.TagClassName
{
border-color: #DBA41A;
}
</style>