Shades of Galliano #DBAC26
Tints of Galliano #DBAC26
RGB
CMYK
RGB Variations
Color information
#DBAC26 (or 0xDBAC26) is known color: Galliano. HEX triplet: DB, AC and 26. RGB value is (219,172,38). Sum of RGB (Red+Green+Blue) = 219+172+38=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 38 (15.23% from 255 or 8.86% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC26 is #2453D9. Grayscale: #ABABAB. Windows color (decimal): -2380762 or 2534619. OLE color: 2534619.
HSL color Cylindrical-coordinate representation of color #DBAC26: hue angle of 44.42º 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 #DBAC26 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 38 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.14 |
| HSL | 44.42º | 0.72% | 0.5% | - |
| HSV(B) | 44.42º | 0.83% | 0.86% | - |
| XYZ | 44.32 | 44.71 | 8.13 | - |
| YUV | 170.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 38 | 0 | 0.21 | 0.83 | 0.14 | 44.42 | 0.72 | 0.5 |
| Hex | DB | AC | 26 | 0 | 15 | 53 | E | 2C | 48 | 32 |
| Octal | 333 | 254 | 46 | 0 | 25 | 123 | 16 | 54 | 110 | 62 |
| Binary | 11011011 | 10101100 | 100110 | 0 | 10101 | 1010011 | 1110 | 101100 | 1001000 | 110010 |
Color Harmonies of #DBAC26
Complementary color
Monochromatic Colors of #DBAC26
Black with #DBAC26
Text Example
Text Example
White with #DBAC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC26; }
p { color: rgb(219,172,38); }
H1.HeaderClassName
{
color: #DBAC26;
}
.AnyTagClassName
{
color: #DBAC26;
}
</style>
background-color css
<style>
a { background-color: #DBAC26; }
a { background-color: rgb(219,172,38); }
div.DivClassName
{
background-color: #DBAC26;
}
.BgClassName
{
background-color: #DBAC26;
}
</style>
border-color css
<style>
span { border-color: #DBAC26; }
span { border-color: rgb(219,172,38); }
td.TdClassName
{
border-color: #DBAC26;
}
.TagClassName
{
border-color: #DBAC26;
}
</style>