Shades of Galliano #DBA821
Tints of Galliano #DBA821
RGB
CMYK
RGB Variations
Color information
#DBA821 (or 0xDBA821) is known color: Galliano. HEX triplet: DB, A8 and 21. RGB value is (219,168,33). Sum of RGB (Red+Green+Blue) = 219+168+33=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA821 is #2457DE. Grayscale: #A8A8A8. Windows color (decimal): -2381791 or 2205915. OLE color: 2205915.
HSL color Cylindrical-coordinate representation of color #DBA821: hue angle of 43.55º 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 #DBA821 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 33 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.14 |
| HSL | 43.55º | 0.74% | 0.49% | - |
| HSV(B) | 43.55º | 0.85% | 0.86% | - |
| XYZ | 43.49 | 43.18 | 7.48 | - |
| YUV | 167.86 | 51.9 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 33 | 0 | 0.23 | 0.85 | 0.14 | 43.55 | 0.74 | 0.49 |
| Hex | DB | A8 | 21 | 0 | 17 | 55 | E | 2C | 4A | 31 |
| Octal | 333 | 250 | 41 | 0 | 27 | 125 | 16 | 54 | 112 | 61 |
| Binary | 11011011 | 10101000 | 100001 | 0 | 10111 | 1010101 | 1110 | 101100 | 1001010 | 110001 |
Color Harmonies of #DBA821
Complementary color
Monochromatic Colors of #DBA821
Black with #DBA821
Text Example
Text Example
White with #DBA821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA821; }
p { color: rgb(219,168,33); }
H1.HeaderClassName
{
color: #DBA821;
}
.AnyTagClassName
{
color: #DBA821;
}
</style>
background-color css
<style>
a { background-color: #DBA821; }
a { background-color: rgb(219,168,33); }
div.DivClassName
{
background-color: #DBA821;
}
.BgClassName
{
background-color: #DBA821;
}
</style>
border-color css
<style>
span { border-color: #DBA821; }
span { border-color: rgb(219,168,33); }
td.TdClassName
{
border-color: #DBA821;
}
.TagClassName
{
border-color: #DBA821;
}
</style>