Shades of Galliano #DBA321
Tints of Galliano #DBA321
RGB
CMYK
RGB Variations
Color information
#DBA321 (or 0xDBA321) is known color: Galliano. HEX triplet: DB, A3 and 21. RGB value is (219,163,33). Sum of RGB (Red+Green+Blue) = 219+163+33=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA321 is #245CDE. Grayscale: #A5A5A5. Windows color (decimal): -2383071 or 2204635. OLE color: 2204635.
HSL color Cylindrical-coordinate representation of color #DBA321: hue angle of 41.94º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBA321 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 33 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.14 |
| HSL | 41.94º | 0.74% | 0.49% | - |
| HSV(B) | 41.94º | 0.85% | 0.86% | - |
| XYZ | 42.59 | 41.36 | 7.18 | - |
| YUV | 164.92 | 53.55 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 33 | 0 | 0.26 | 0.85 | 0.14 | 41.94 | 0.74 | 0.49 |
| Hex | DB | A3 | 21 | 0 | 1A | 55 | E | 2A | 4A | 31 |
| Octal | 333 | 243 | 41 | 0 | 32 | 125 | 16 | 52 | 112 | 61 |
| Binary | 11011011 | 10100011 | 100001 | 0 | 11010 | 1010101 | 1110 | 101010 | 1001010 | 110001 |
Color Harmonies of #DBA321
Complementary color
Monochromatic Colors of #DBA321
Black with #DBA321
Text Example
Text Example
White with #DBA321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA321; }
p { color: rgb(219,163,33); }
H1.HeaderClassName
{
color: #DBA321;
}
.AnyTagClassName
{
color: #DBA321;
}
</style>
background-color css
<style>
a { background-color: #DBA321; }
a { background-color: rgb(219,163,33); }
div.DivClassName
{
background-color: #DBA321;
}
.BgClassName
{
background-color: #DBA321;
}
</style>
border-color css
<style>
span { border-color: #DBA321; }
span { border-color: rgb(219,163,33); }
td.TdClassName
{
border-color: #DBA321;
}
.TagClassName
{
border-color: #DBA321;
}
</style>