Shades of Galliano #DBAC28
Tints of Galliano #DBAC28
RGB
CMYK
RGB Variations
Color information
#DBAC28 (or 0xDBAC28) is known color: Galliano. HEX triplet: DB, AC and 28. RGB value is (219,172,40). Sum of RGB (Red+Green+Blue) = 219+172+40=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC28 is #2453D7. Grayscale: #ABABAB. Windows color (decimal): -2380760 or 2665691. OLE color: 2665691.
HSL color Cylindrical-coordinate representation of color #DBAC28: hue angle of 44.25º 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 #DBAC28 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 40 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.14 |
| HSL | 44.25º | 0.71% | 0.51% | - |
| HSV(B) | 44.25º | 0.82% | 0.86% | - |
| XYZ | 44.35 | 44.72 | 8.3 | - |
| YUV | 171.01 | 54.07 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 40 | 0 | 0.21 | 0.82 | 0.14 | 44.25 | 0.71 | 0.51 |
| Hex | DB | AC | 28 | 0 | 15 | 52 | E | 2C | 47 | 33 |
| Octal | 333 | 254 | 50 | 0 | 25 | 122 | 16 | 54 | 107 | 63 |
| Binary | 11011011 | 10101100 | 101000 | 0 | 10101 | 1010010 | 1110 | 101100 | 1000111 | 110011 |
Color Harmonies of #DBAC28
Complementary color
Monochromatic Colors of #DBAC28
Black with #DBAC28
Text Example
Text Example
White with #DBAC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC28; }
p { color: rgb(219,172,40); }
H1.HeaderClassName
{
color: #DBAC28;
}
.AnyTagClassName
{
color: #DBAC28;
}
</style>
background-color css
<style>
a { background-color: #DBAC28; }
a { background-color: rgb(219,172,40); }
div.DivClassName
{
background-color: #DBAC28;
}
.BgClassName
{
background-color: #DBAC28;
}
</style>
border-color css
<style>
span { border-color: #DBAC28; }
span { border-color: rgb(219,172,40); }
td.TdClassName
{
border-color: #DBAC28;
}
.TagClassName
{
border-color: #DBAC28;
}
</style>