Shades of Galliano #DBA327
Tints of Galliano #DBA327
RGB
CMYK
RGB Variations
Color information
#DBA327 (or 0xDBA327) is known color: Galliano. HEX triplet: DB, A3 and 27. RGB value is (219,163,39). Sum of RGB (Red+Green+Blue) = 219+163+39=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA327 is #245CD8. Grayscale: #A6A6A6. Windows color (decimal): -2383065 or 2597851. OLE color: 2597851.
HSL color Cylindrical-coordinate representation of color #DBA327: hue angle of 41.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBA327 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 39 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.14 |
| HSL | 41.33º | 0.71% | 0.51% | - |
| HSV(B) | 41.33º | 0.82% | 0.86% | - |
| XYZ | 42.68 | 41.4 | 7.66 | - |
| YUV | 165.61 | 56.55 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 39 | 0 | 0.26 | 0.82 | 0.14 | 41.33 | 0.71 | 0.51 |
| Hex | DB | A3 | 27 | 0 | 1A | 52 | E | 29 | 47 | 33 |
| Octal | 333 | 243 | 47 | 0 | 32 | 122 | 16 | 51 | 107 | 63 |
| Binary | 11011011 | 10100011 | 100111 | 0 | 11010 | 1010010 | 1110 | 101001 | 1000111 | 110011 |
Color Harmonies of #DBA327
Complementary color
Monochromatic Colors of #DBA327
Black with #DBA327
Text Example
Text Example
White with #DBA327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA327; }
p { color: rgb(219,163,39); }
H1.HeaderClassName
{
color: #DBA327;
}
.AnyTagClassName
{
color: #DBA327;
}
</style>
background-color css
<style>
a { background-color: #DBA327; }
a { background-color: rgb(219,163,39); }
div.DivClassName
{
background-color: #DBA327;
}
.BgClassName
{
background-color: #DBA327;
}
</style>
border-color css
<style>
span { border-color: #DBA327; }
span { border-color: rgb(219,163,39); }
td.TdClassName
{
border-color: #DBA327;
}
.TagClassName
{
border-color: #DBA327;
}
</style>