Shades of Galliano #DBA622
Tints of Galliano #DBA622
RGB
CMYK
RGB Variations
Color information
#DBA622 (or 0xDBA622) is known color: Galliano. HEX triplet: DB, A6 and 22. RGB value is (219,166,34). Sum of RGB (Red+Green+Blue) = 219+166+34=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 34 (13.67% from 255 or 8.11% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA622 is #2459DD. Grayscale: #A7A7A7. Windows color (decimal): -2382302 or 2270939. OLE color: 2270939.
HSL color Cylindrical-coordinate representation of color #DBA622: hue angle of 42.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBA622 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 34 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.14 |
| HSL | 42.81º | 0.73% | 0.5% | - |
| HSV(B) | 42.81º | 0.84% | 0.86% | - |
| XYZ | 43.14 | 42.45 | 7.43 | - |
| YUV | 166.8 | 53.06 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 34 | 0 | 0.24 | 0.84 | 0.14 | 42.81 | 0.73 | 0.5 |
| Hex | DB | A6 | 22 | 0 | 18 | 54 | E | 2B | 49 | 32 |
| Octal | 333 | 246 | 42 | 0 | 30 | 124 | 16 | 53 | 111 | 62 |
| Binary | 11011011 | 10100110 | 100010 | 0 | 11000 | 1010100 | 1110 | 101011 | 1001001 | 110010 |
Color Harmonies of #DBA622
Complementary color
Monochromatic Colors of #DBA622
Black with #DBA622
Text Example
Text Example
White with #DBA622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA622; }
p { color: rgb(219,166,34); }
H1.HeaderClassName
{
color: #DBA622;
}
.AnyTagClassName
{
color: #DBA622;
}
</style>
background-color css
<style>
a { background-color: #DBA622; }
a { background-color: rgb(219,166,34); }
div.DivClassName
{
background-color: #DBA622;
}
.BgClassName
{
background-color: #DBA622;
}
</style>
border-color css
<style>
span { border-color: #DBA622; }
span { border-color: rgb(219,166,34); }
td.TdClassName
{
border-color: #DBA622;
}
.TagClassName
{
border-color: #DBA622;
}
</style>