Shades of Galliano #DBAC13
Tints of Galliano #DBAC13
RGB
CMYK
RGB Variations
Color information
#DBAC13 (or 0xDBAC13) is known color: Galliano. HEX triplet: DB, AC and 13. RGB value is (219,172,19). Sum of RGB (Red+Green+Blue) = 219+172+19=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 19 (7.81% from 255 or 4.63% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC13 is #2453EC. Grayscale: #A9A9A9. Windows color (decimal): -2380781 or 1289435. OLE color: 1289435.
HSL color Cylindrical-coordinate representation of color #DBAC13: hue angle of 45.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBAC13 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 19 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.14 |
| HSL | 45.9º | 0.84% | 0.47% | - |
| HSV(B) | 45.9º | 0.91% | 0.86% | - |
| XYZ | 44.08 | 44.61 | 6.9 | - |
| YUV | 168.61 | 43.57 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 19 | 0 | 0.21 | 0.91 | 0.14 | 45.9 | 0.84 | 0.47 |
| Hex | DB | AC | 13 | 0 | 15 | 5B | E | 2E | 54 | 2F |
| Octal | 333 | 254 | 23 | 0 | 25 | 133 | 16 | 56 | 124 | 57 |
| Binary | 11011011 | 10101100 | 10011 | 0 | 10101 | 1011011 | 1110 | 101110 | 1010100 | 101111 |
Color Harmonies of #DBAC13
Complementary color
Monochromatic Colors of #DBAC13
Black with #DBAC13
Text Example
Text Example
White with #DBAC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC13; }
p { color: rgb(219,172,19); }
H1.HeaderClassName
{
color: #DBAC13;
}
.AnyTagClassName
{
color: #DBAC13;
}
</style>
background-color css
<style>
a { background-color: #DBAC13; }
a { background-color: rgb(219,172,19); }
div.DivClassName
{
background-color: #DBAC13;
}
.BgClassName
{
background-color: #DBAC13;
}
</style>
border-color css
<style>
span { border-color: #DBAC13; }
span { border-color: rgb(219,172,19); }
td.TdClassName
{
border-color: #DBAC13;
}
.TagClassName
{
border-color: #DBAC13;
}
</style>