Shades of Galliano #DBA826
Tints of Galliano #DBA826
RGB
CMYK
RGB Variations
Color information
#DBA826 (or 0xDBA826) is known color: Galliano. HEX triplet: DB, A8 and 26. RGB value is (219,168,38). Sum of RGB (Red+Green+Blue) = 219+168+38=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA826 is #2457D9. Grayscale: #A9A9A9. Windows color (decimal): -2381786 or 2533595. OLE color: 2533595.
HSL color Cylindrical-coordinate representation of color #DBA826: hue angle of 43.09º 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 #DBA826 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 38 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.14 |
| HSL | 43.09º | 0.72% | 0.5% | - |
| HSV(B) | 43.09º | 0.83% | 0.86% | - |
| XYZ | 43.57 | 43.21 | 7.88 | - |
| YUV | 168.43 | 54.4 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 38 | 0 | 0.23 | 0.83 | 0.14 | 43.09 | 0.72 | 0.5 |
| Hex | DB | A8 | 26 | 0 | 17 | 53 | E | 2B | 48 | 32 |
| Octal | 333 | 250 | 46 | 0 | 27 | 123 | 16 | 53 | 110 | 62 |
| Binary | 11011011 | 10101000 | 100110 | 0 | 10111 | 1010011 | 1110 | 101011 | 1001000 | 110010 |
Color Harmonies of #DBA826
Complementary color
Monochromatic Colors of #DBA826
Black with #DBA826
Text Example
Text Example
White with #DBA826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA826; }
p { color: rgb(219,168,38); }
H1.HeaderClassName
{
color: #DBA826;
}
.AnyTagClassName
{
color: #DBA826;
}
</style>
background-color css
<style>
a { background-color: #DBA826; }
a { background-color: rgb(219,168,38); }
div.DivClassName
{
background-color: #DBA826;
}
.BgClassName
{
background-color: #DBA826;
}
</style>
border-color css
<style>
span { border-color: #DBA826; }
span { border-color: rgb(219,168,38); }
td.TdClassName
{
border-color: #DBA826;
}
.TagClassName
{
border-color: #DBA826;
}
</style>