Shades of Galliano #DBA724
Tints of Galliano #DBA724
RGB
CMYK
RGB Variations
Color information
#DBA724 (or 0xDBA724) is known color: Galliano. HEX triplet: DB, A7 and 24. RGB value is (219,167,36). Sum of RGB (Red+Green+Blue) = 219+167+36=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA724 is #2458DB. Grayscale: #A8A8A8. Windows color (decimal): -2382044 or 2402267. OLE color: 2402267.
HSL color Cylindrical-coordinate representation of color #DBA724: hue angle of 42.95º 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 #DBA724 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 36 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.14 |
| HSL | 42.95º | 0.72% | 0.5% | - |
| HSV(B) | 42.95º | 0.84% | 0.86% | - |
| XYZ | 43.35 | 42.82 | 7.65 | - |
| YUV | 167.61 | 53.73 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 36 | 0 | 0.24 | 0.84 | 0.14 | 42.95 | 0.72 | 0.5 |
| Hex | DB | A7 | 24 | 0 | 18 | 54 | E | 2B | 48 | 32 |
| Octal | 333 | 247 | 44 | 0 | 30 | 124 | 16 | 53 | 110 | 62 |
| Binary | 11011011 | 10100111 | 100100 | 0 | 11000 | 1010100 | 1110 | 101011 | 1001000 | 110010 |
Color Harmonies of #DBA724
Complementary color
Monochromatic Colors of #DBA724
Black with #DBA724
Text Example
Text Example
White with #DBA724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA724; }
p { color: rgb(219,167,36); }
H1.HeaderClassName
{
color: #DBA724;
}
.AnyTagClassName
{
color: #DBA724;
}
</style>
background-color css
<style>
a { background-color: #DBA724; }
a { background-color: rgb(219,167,36); }
div.DivClassName
{
background-color: #DBA724;
}
.BgClassName
{
background-color: #DBA724;
}
</style>
border-color css
<style>
span { border-color: #DBA724; }
span { border-color: rgb(219,167,36); }
td.TdClassName
{
border-color: #DBA724;
}
.TagClassName
{
border-color: #DBA724;
}
</style>