Shades of Galliano #DBA726
Tints of Galliano #DBA726
RGB
CMYK
RGB Variations
Color information
#DBA726 (or 0xDBA726) is known color: Galliano. HEX triplet: DB, A7 and 26. RGB value is (219,167,38). Sum of RGB (Red+Green+Blue) = 219+167+38=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA726 is #2458D9. Grayscale: #A8A8A8. Windows color (decimal): -2382042 or 2533339. OLE color: 2533339.
HSL color Cylindrical-coordinate representation of color #DBA726: hue angle of 42.76º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBA726 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 38 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.14 |
| HSL | 42.76º | 0.72% | 0.5% | - |
| HSV(B) | 42.76º | 0.83% | 0.86% | - |
| XYZ | 43.38 | 42.84 | 7.82 | - |
| YUV | 167.84 | 54.73 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 38 | 0 | 0.24 | 0.83 | 0.14 | 42.76 | 0.72 | 0.5 |
| Hex | DB | A7 | 26 | 0 | 18 | 53 | E | 2B | 48 | 32 |
| Octal | 333 | 247 | 46 | 0 | 30 | 123 | 16 | 53 | 110 | 62 |
| Binary | 11011011 | 10100111 | 100110 | 0 | 11000 | 1010011 | 1110 | 101011 | 1001000 | 110010 |
Color Harmonies of #DBA726
Complementary color
Monochromatic Colors of #DBA726
Black with #DBA726
Text Example
Text Example
White with #DBA726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA726; }
p { color: rgb(219,167,38); }
H1.HeaderClassName
{
color: #DBA726;
}
.AnyTagClassName
{
color: #DBA726;
}
</style>
background-color css
<style>
a { background-color: #DBA726; }
a { background-color: rgb(219,167,38); }
div.DivClassName
{
background-color: #DBA726;
}
.BgClassName
{
background-color: #DBA726;
}
</style>
border-color css
<style>
span { border-color: #DBA726; }
span { border-color: rgb(219,167,38); }
td.TdClassName
{
border-color: #DBA726;
}
.TagClassName
{
border-color: #DBA726;
}
</style>