Shades of Galliano #DBA523
Tints of Galliano #DBA523
RGB
CMYK
RGB Variations
Color information
#DBA523 (or 0xDBA523) is known color: Galliano. HEX triplet: DB, A5 and 23. RGB value is (219,165,35). Sum of RGB (Red+Green+Blue) = 219+165+35=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA523 is #245ADC. Grayscale: #A6A6A6. Windows color (decimal): -2382557 or 2336219. OLE color: 2336219.
HSL color Cylindrical-coordinate representation of color #DBA523: hue angle of 42.39º degrees, saturation: 0.72, 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 #DBA523 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 35 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.14 |
| HSL | 42.39º | 0.72% | 0.5% | - |
| HSV(B) | 42.39º | 0.84% | 0.86% | - |
| XYZ | 42.97 | 42.09 | 7.45 | - |
| YUV | 166.33 | 53.89 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 35 | 0 | 0.25 | 0.84 | 0.14 | 42.39 | 0.72 | 0.5 |
| Hex | DB | A5 | 23 | 0 | 19 | 54 | E | 2A | 48 | 32 |
| Octal | 333 | 245 | 43 | 0 | 31 | 124 | 16 | 52 | 110 | 62 |
| Binary | 11011011 | 10100101 | 100011 | 0 | 11001 | 1010100 | 1110 | 101010 | 1001000 | 110010 |
Color Harmonies of #DBA523
Complementary color
Monochromatic Colors of #DBA523
Black with #DBA523
Text Example
Text Example
White with #DBA523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA523; }
p { color: rgb(219,165,35); }
H1.HeaderClassName
{
color: #DBA523;
}
.AnyTagClassName
{
color: #DBA523;
}
</style>
background-color css
<style>
a { background-color: #DBA523; }
a { background-color: rgb(219,165,35); }
div.DivClassName
{
background-color: #DBA523;
}
.BgClassName
{
background-color: #DBA523;
}
</style>
border-color css
<style>
span { border-color: #DBA523; }
span { border-color: rgb(219,165,35); }
td.TdClassName
{
border-color: #DBA523;
}
.TagClassName
{
border-color: #DBA523;
}
</style>