Shades of Galliano #DBA428
Tints of Galliano #DBA428
RGB
CMYK
RGB Variations
Color information
#DBA428 (or 0xDBA428) is known color: Galliano. HEX triplet: DB, A4 and 28. RGB value is (219,164,40). Sum of RGB (Red+Green+Blue) = 219+164+40=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA428 is #245BD7. Grayscale: #A6A6A6. Windows color (decimal): -2382808 or 2663643. OLE color: 2663643.
HSL color Cylindrical-coordinate representation of color #DBA428: hue angle of 41.56º 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 #DBA428 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 40 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.14 |
| HSL | 41.56º | 0.71% | 0.51% | - |
| HSV(B) | 41.56º | 0.82% | 0.86% | - |
| XYZ | 42.87 | 41.76 | 7.81 | - |
| YUV | 166.31 | 56.72 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 40 | 0 | 0.25 | 0.82 | 0.14 | 41.56 | 0.71 | 0.51 |
| Hex | DB | A4 | 28 | 0 | 19 | 52 | E | 2A | 47 | 33 |
| Octal | 333 | 244 | 50 | 0 | 31 | 122 | 16 | 52 | 107 | 63 |
| Binary | 11011011 | 10100100 | 101000 | 0 | 11001 | 1010010 | 1110 | 101010 | 1000111 | 110011 |
Color Harmonies of #DBA428
Complementary color
Monochromatic Colors of #DBA428
Black with #DBA428
Text Example
Text Example
White with #DBA428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA428; }
p { color: rgb(219,164,40); }
H1.HeaderClassName
{
color: #DBA428;
}
.AnyTagClassName
{
color: #DBA428;
}
</style>
background-color css
<style>
a { background-color: #DBA428; }
a { background-color: rgb(219,164,40); }
div.DivClassName
{
background-color: #DBA428;
}
.BgClassName
{
background-color: #DBA428;
}
</style>
border-color css
<style>
span { border-color: #DBA428; }
span { border-color: rgb(219,164,40); }
td.TdClassName
{
border-color: #DBA428;
}
.TagClassName
{
border-color: #DBA428;
}
</style>