Shades of Galliano #DBAE15
Tints of Galliano #DBAE15
RGB
CMYK
RGB Variations
Color information
#DBAE15 (or 0xDBAE15) is known color: Galliano. HEX triplet: DB, AE and 15. RGB value is (219,174,21). Sum of RGB (Red+Green+Blue) = 219+174+21=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE15 is #2451EA. Grayscale: #AAAAAA. Windows color (decimal): -2380267 or 1421019. OLE color: 1421019.
HSL color Cylindrical-coordinate representation of color #DBAE15: hue angle of 46.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBAE15 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 21 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.14 |
| HSL | 46.36º | 0.83% | 0.47% | - |
| HSV(B) | 46.36º | 0.9% | 0.86% | - |
| XYZ | 44.48 | 45.39 | 7.13 | - |
| YUV | 170.01 | 43.91 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 21 | 0 | 0.21 | 0.90 | 0.14 | 46.36 | 0.83 | 0.47 |
| Hex | DB | AE | 15 | 0 | 15 | 5A | E | 2E | 52 | 2F |
| Octal | 333 | 256 | 25 | 0 | 25 | 132 | 16 | 56 | 122 | 57 |
| Binary | 11011011 | 10101110 | 10101 | 0 | 10101 | 1011010 | 1110 | 101110 | 1010010 | 101111 |
Color Harmonies of #DBAE15
Complementary color
Monochromatic Colors of #DBAE15
Black with #DBAE15
Text Example
Text Example
White with #DBAE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE15; }
p { color: rgb(219,174,21); }
H1.HeaderClassName
{
color: #DBAE15;
}
.AnyTagClassName
{
color: #DBAE15;
}
</style>
background-color css
<style>
a { background-color: #DBAE15; }
a { background-color: rgb(219,174,21); }
div.DivClassName
{
background-color: #DBAE15;
}
.BgClassName
{
background-color: #DBAE15;
}
</style>
border-color css
<style>
span { border-color: #DBAE15; }
span { border-color: rgb(219,174,21); }
td.TdClassName
{
border-color: #DBAE15;
}
.TagClassName
{
border-color: #DBAE15;
}
</style>