Shades of Galliano #DBA520
Tints of Galliano #DBA520
RGB
CMYK
RGB Variations
Color information
#DBA520 (or 0xDBA520) is known color: Galliano. HEX triplet: DB, A5 and 20. RGB value is (219,165,32). Sum of RGB (Red+Green+Blue) = 219+165+32=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA520 is #245ADF. Grayscale: #A6A6A6. Windows color (decimal): -2382560 or 2139611. OLE color: 2139611.
HSL color Cylindrical-coordinate representation of color #DBA520: hue angle of 42.67º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBA520 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 32 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.14 |
| HSL | 42.67º | 0.75% | 0.49% | - |
| HSV(B) | 42.67º | 0.85% | 0.86% | - |
| XYZ | 42.93 | 42.07 | 7.23 | - |
| YUV | 165.98 | 52.39 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 32 | 0 | 0.25 | 0.85 | 0.14 | 42.67 | 0.75 | 0.49 |
| Hex | DB | A5 | 20 | 0 | 19 | 55 | E | 2B | 4B | 31 |
| Octal | 333 | 245 | 40 | 0 | 31 | 125 | 16 | 53 | 113 | 61 |
| Binary | 11011011 | 10100101 | 100000 | 0 | 11001 | 1010101 | 1110 | 101011 | 1001011 | 110001 |
Color Harmonies of #DBA520
Complementary color
Monochromatic Colors of #DBA520
Black with #DBA520
Text Example
Text Example
White with #DBA520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA520; }
p { color: rgb(219,165,32); }
H1.HeaderClassName
{
color: #DBA520;
}
.AnyTagClassName
{
color: #DBA520;
}
</style>
background-color css
<style>
a { background-color: #DBA520; }
a { background-color: rgb(219,165,32); }
div.DivClassName
{
background-color: #DBA520;
}
.BgClassName
{
background-color: #DBA520;
}
</style>
border-color css
<style>
span { border-color: #DBA520; }
span { border-color: rgb(219,165,32); }
td.TdClassName
{
border-color: #DBA520;
}
.TagClassName
{
border-color: #DBA520;
}
</style>