Shades of Galliano #DBA720
Tints of Galliano #DBA720
RGB
CMYK
RGB Variations
Color information
#DBA720 (or 0xDBA720) is known color: Galliano. HEX triplet: DB, A7 and 20. RGB value is (219,167,32). Sum of RGB (Red+Green+Blue) = 219+167+32=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA720 is #2458DF. Grayscale: #A7A7A7. Windows color (decimal): -2382048 or 2140123. OLE color: 2140123.
HSL color Cylindrical-coordinate representation of color #DBA720: hue angle of 43.32º 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 #DBA720 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 32 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.14 |
| HSL | 43.32º | 0.75% | 0.49% | - |
| HSV(B) | 43.32º | 0.85% | 0.86% | - |
| XYZ | 43.29 | 42.8 | 7.35 | - |
| YUV | 167.16 | 51.73 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 32 | 0 | 0.24 | 0.85 | 0.14 | 43.32 | 0.75 | 0.49 |
| Hex | DB | A7 | 20 | 0 | 18 | 55 | E | 2B | 4B | 31 |
| Octal | 333 | 247 | 40 | 0 | 30 | 125 | 16 | 53 | 113 | 61 |
| Binary | 11011011 | 10100111 | 100000 | 0 | 11000 | 1010101 | 1110 | 101011 | 1001011 | 110001 |
Color Harmonies of #DBA720
Complementary color
Monochromatic Colors of #DBA720
Black with #DBA720
Text Example
Text Example
White with #DBA720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA720; }
p { color: rgb(219,167,32); }
H1.HeaderClassName
{
color: #DBA720;
}
.AnyTagClassName
{
color: #DBA720;
}
</style>
background-color css
<style>
a { background-color: #DBA720; }
a { background-color: rgb(219,167,32); }
div.DivClassName
{
background-color: #DBA720;
}
.BgClassName
{
background-color: #DBA720;
}
</style>
border-color css
<style>
span { border-color: #DBA720; }
span { border-color: rgb(219,167,32); }
td.TdClassName
{
border-color: #DBA720;
}
.TagClassName
{
border-color: #DBA720;
}
</style>