Shades of Galliano #DBAE11
Tints of Galliano #DBAE11
RGB
CMYK
RGB Variations
Color information
#DBAE11 (or 0xDBAE11) is known color: Galliano. HEX triplet: DB, AE and 11. RGB value is (219,174,17). Sum of RGB (Red+Green+Blue) = 219+174+17=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE11 is #2451EE. Grayscale: #AAAAAA. Windows color (decimal): -2380271 or 1158875. OLE color: 1158875.
HSL color Cylindrical-coordinate representation of color #DBAE11: hue angle of 46.63º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBAE11 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 17 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.14 |
| HSL | 46.63º | 0.86% | 0.46% | - |
| HSV(B) | 46.63º | 0.92% | 0.86% | - |
| XYZ | 44.45 | 45.37 | 6.95 | - |
| YUV | 169.56 | 41.91 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 17 | 0 | 0.21 | 0.92 | 0.14 | 46.63 | 0.86 | 0.46 |
| Hex | DB | AE | 11 | 0 | 15 | 5C | E | 2F | 56 | 2E |
| Octal | 333 | 256 | 21 | 0 | 25 | 134 | 16 | 57 | 126 | 56 |
| Binary | 11011011 | 10101110 | 10001 | 0 | 10101 | 1011100 | 1110 | 101111 | 1010110 | 101110 |
Color Harmonies of #DBAE11
Complementary color
Monochromatic Colors of #DBAE11
Black with #DBAE11
Text Example
Text Example
White with #DBAE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE11; }
p { color: rgb(219,174,17); }
H1.HeaderClassName
{
color: #DBAE11;
}
.AnyTagClassName
{
color: #DBAE11;
}
</style>
background-color css
<style>
a { background-color: #DBAE11; }
a { background-color: rgb(219,174,17); }
div.DivClassName
{
background-color: #DBAE11;
}
.BgClassName
{
background-color: #DBAE11;
}
</style>
border-color css
<style>
span { border-color: #DBAE11; }
span { border-color: rgb(219,174,17); }
td.TdClassName
{
border-color: #DBAE11;
}
.TagClassName
{
border-color: #DBAE11;
}
</style>