Shades of Galliano #DBA621
Tints of Galliano #DBA621
RGB
CMYK
RGB Variations
Color information
#DBA621 (or 0xDBA621) is known color: Galliano. HEX triplet: DB, A6 and 21. RGB value is (219,166,33). Sum of RGB (Red+Green+Blue) = 219+166+33=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA621 is #2459DE. Grayscale: #A7A7A7. Windows color (decimal): -2382303 or 2205403. OLE color: 2205403.
HSL color Cylindrical-coordinate representation of color #DBA621: hue angle of 42.9º 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 #DBA621 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 33 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.14 |
| HSL | 42.9º | 0.74% | 0.49% | - |
| HSV(B) | 42.9º | 0.85% | 0.86% | - |
| XYZ | 43.12 | 42.44 | 7.36 | - |
| YUV | 166.69 | 52.56 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 33 | 0 | 0.24 | 0.85 | 0.14 | 42.9 | 0.74 | 0.49 |
| Hex | DB | A6 | 21 | 0 | 18 | 55 | E | 2B | 4A | 31 |
| Octal | 333 | 246 | 41 | 0 | 30 | 125 | 16 | 53 | 112 | 61 |
| Binary | 11011011 | 10100110 | 100001 | 0 | 11000 | 1010101 | 1110 | 101011 | 1001010 | 110001 |
Color Harmonies of #DBA621
Complementary color
Monochromatic Colors of #DBA621
Black with #DBA621
Text Example
Text Example
White with #DBA621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA621; }
p { color: rgb(219,166,33); }
H1.HeaderClassName
{
color: #DBA621;
}
.AnyTagClassName
{
color: #DBA621;
}
</style>
background-color css
<style>
a { background-color: #DBA621; }
a { background-color: rgb(219,166,33); }
div.DivClassName
{
background-color: #DBA621;
}
.BgClassName
{
background-color: #DBA621;
}
</style>
border-color css
<style>
span { border-color: #DBA621; }
span { border-color: rgb(219,166,33); }
td.TdClassName
{
border-color: #DBA621;
}
.TagClassName
{
border-color: #DBA621;
}
</style>