Shades of Galliano #DBA628
Tints of Galliano #DBA628
RGB
CMYK
RGB Variations
Color information
#DBA628 (or 0xDBA628) is known color: Galliano. HEX triplet: DB, A6 and 28. RGB value is (219,166,40). Sum of RGB (Red+Green+Blue) = 219+166+40=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA628 is #2459D7. Grayscale: #A8A8A8. Windows color (decimal): -2382296 or 2664155. OLE color: 2664155.
HSL color Cylindrical-coordinate representation of color #DBA628: hue angle of 42.23º 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 #DBA628 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 40 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.14 |
| HSL | 42.23º | 0.71% | 0.51% | - |
| HSV(B) | 42.23º | 0.82% | 0.86% | - |
| XYZ | 43.23 | 42.49 | 7.93 | - |
| YUV | 167.48 | 56.06 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 40 | 0 | 0.24 | 0.82 | 0.14 | 42.23 | 0.71 | 0.51 |
| Hex | DB | A6 | 28 | 0 | 18 | 52 | E | 2A | 47 | 33 |
| Octal | 333 | 246 | 50 | 0 | 30 | 122 | 16 | 52 | 107 | 63 |
| Binary | 11011011 | 10100110 | 101000 | 0 | 11000 | 1010010 | 1110 | 101010 | 1000111 | 110011 |
Color Harmonies of #DBA628
Complementary color
Monochromatic Colors of #DBA628
Black with #DBA628
Text Example
Text Example
White with #DBA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA628; }
p { color: rgb(219,166,40); }
H1.HeaderClassName
{
color: #DBA628;
}
.AnyTagClassName
{
color: #DBA628;
}
</style>
background-color css
<style>
a { background-color: #DBA628; }
a { background-color: rgb(219,166,40); }
div.DivClassName
{
background-color: #DBA628;
}
.BgClassName
{
background-color: #DBA628;
}
</style>
border-color css
<style>
span { border-color: #DBA628; }
span { border-color: rgb(219,166,40); }
td.TdClassName
{
border-color: #DBA628;
}
.TagClassName
{
border-color: #DBA628;
}
</style>