Shades of Galliano #DBA528
Tints of Galliano #DBA528
RGB
CMYK
RGB Variations
Color information
#DBA528 (or 0xDBA528) is known color: Galliano. HEX triplet: DB, A5 and 28. RGB value is (219,165,40). Sum of RGB (Red+Green+Blue) = 219+165+40=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA528 is #245AD7. Grayscale: #A7A7A7. Windows color (decimal): -2382552 or 2663899. OLE color: 2663899.
HSL color Cylindrical-coordinate representation of color #DBA528: hue angle of 41.9º 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 #DBA528 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 40 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.14 |
| HSL | 41.9º | 0.71% | 0.51% | - |
| HSV(B) | 41.9º | 0.82% | 0.86% | - |
| XYZ | 43.05 | 42.12 | 7.87 | - |
| YUV | 166.9 | 56.39 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 40 | 0 | 0.25 | 0.82 | 0.14 | 41.9 | 0.71 | 0.51 |
| Hex | DB | A5 | 28 | 0 | 19 | 52 | E | 2A | 47 | 33 |
| Octal | 333 | 245 | 50 | 0 | 31 | 122 | 16 | 52 | 107 | 63 |
| Binary | 11011011 | 10100101 | 101000 | 0 | 11001 | 1010010 | 1110 | 101010 | 1000111 | 110011 |
Color Harmonies of #DBA528
Complementary color
Monochromatic Colors of #DBA528
Black with #DBA528
Text Example
Text Example
White with #DBA528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA528; }
p { color: rgb(219,165,40); }
H1.HeaderClassName
{
color: #DBA528;
}
.AnyTagClassName
{
color: #DBA528;
}
</style>
background-color css
<style>
a { background-color: #DBA528; }
a { background-color: rgb(219,165,40); }
div.DivClassName
{
background-color: #DBA528;
}
.BgClassName
{
background-color: #DBA528;
}
</style>
border-color css
<style>
span { border-color: #DBA528; }
span { border-color: rgb(219,165,40); }
td.TdClassName
{
border-color: #DBA528;
}
.TagClassName
{
border-color: #DBA528;
}
</style>