Shades of Galliano #DBAE13
Tints of Galliano #DBAE13
RGB
CMYK
RGB Variations
Color information
#DBAE13 (or 0xDBAE13) is known color: Galliano. HEX triplet: DB, AE and 13. RGB value is (219,174,19). Sum of RGB (Red+Green+Blue) = 219+174+19=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE13 is #2451EC. Grayscale: #AAAAAA. Windows color (decimal): -2380269 or 1289947. OLE color: 1289947.
HSL color Cylindrical-coordinate representation of color #DBAE13: hue angle of 46.5º 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 #DBAE13 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 19 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.14 |
| HSL | 46.5º | 0.84% | 0.47% | - |
| HSV(B) | 46.5º | 0.91% | 0.86% | - |
| XYZ | 44.47 | 45.38 | 7.03 | - |
| YUV | 169.79 | 42.91 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 19 | 0 | 0.21 | 0.91 | 0.14 | 46.5 | 0.84 | 0.47 |
| Hex | DB | AE | 13 | 0 | 15 | 5B | E | 2E | 54 | 2F |
| Octal | 333 | 256 | 23 | 0 | 25 | 133 | 16 | 56 | 124 | 57 |
| Binary | 11011011 | 10101110 | 10011 | 0 | 10101 | 1011011 | 1110 | 101110 | 1010100 | 101111 |
Color Harmonies of #DBAE13
Complementary color
Monochromatic Colors of #DBAE13
Black with #DBAE13
Text Example
Text Example
White with #DBAE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE13; }
p { color: rgb(219,174,19); }
H1.HeaderClassName
{
color: #DBAE13;
}
.AnyTagClassName
{
color: #DBAE13;
}
</style>
background-color css
<style>
a { background-color: #DBAE13; }
a { background-color: rgb(219,174,19); }
div.DivClassName
{
background-color: #DBAE13;
}
.BgClassName
{
background-color: #DBAE13;
}
</style>
border-color css
<style>
span { border-color: #DBAE13; }
span { border-color: rgb(219,174,19); }
td.TdClassName
{
border-color: #DBAE13;
}
.TagClassName
{
border-color: #DBAE13;
}
</style>