Shades of Galliano #DBA828
Tints of Galliano #DBA828
RGB
CMYK
RGB Variations
Color information
#DBA828 (or 0xDBA828) is known color: Galliano. HEX triplet: DB, A8 and 28. RGB value is (219,168,40). Sum of RGB (Red+Green+Blue) = 219+168+40=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA828 is #2457D7. Grayscale: #A9A9A9. Windows color (decimal): -2381784 or 2664667. OLE color: 2664667.
HSL color Cylindrical-coordinate representation of color #DBA828: hue angle of 42.91º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBA828 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 40 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.14 |
| HSL | 42.91º | 0.71% | 0.51% | - |
| HSV(B) | 42.91º | 0.82% | 0.86% | - |
| XYZ | 43.6 | 43.22 | 8.05 | - |
| YUV | 168.66 | 55.4 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 40 | 0 | 0.23 | 0.82 | 0.14 | 42.91 | 0.71 | 0.51 |
| Hex | DB | A8 | 28 | 0 | 17 | 52 | E | 2B | 47 | 33 |
| Octal | 333 | 250 | 50 | 0 | 27 | 122 | 16 | 53 | 107 | 63 |
| Binary | 11011011 | 10101000 | 101000 | 0 | 10111 | 1010010 | 1110 | 101011 | 1000111 | 110011 |
Color Harmonies of #DBA828
Complementary color
Monochromatic Colors of #DBA828
Black with #DBA828
Text Example
Text Example
White with #DBA828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA828; }
p { color: rgb(219,168,40); }
H1.HeaderClassName
{
color: #DBA828;
}
.AnyTagClassName
{
color: #DBA828;
}
</style>
background-color css
<style>
a { background-color: #DBA828; }
a { background-color: rgb(219,168,40); }
div.DivClassName
{
background-color: #DBA828;
}
.BgClassName
{
background-color: #DBA828;
}
</style>
border-color css
<style>
span { border-color: #DBA828; }
span { border-color: rgb(219,168,40); }
td.TdClassName
{
border-color: #DBA828;
}
.TagClassName
{
border-color: #DBA828;
}
</style>