Shades of Galliano #DBAD0E
Tints of Galliano #DBAD0E
RGB
CMYK
RGB Variations
Color information
#DBAD0E (or 0xDBAD0E) is known color: Galliano. HEX triplet: DB, AD and 0E. RGB value is (219,173,14). Sum of RGB (Red+Green+Blue) = 219+173+14=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD0E is #2452F1. Grayscale: #A9A9A9. Windows color (decimal): -2380530 or 962011. OLE color: 962011.
HSL color Cylindrical-coordinate representation of color #DBAD0E: hue angle of 46.54º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBAD0E is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 14 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.14 |
| HSL | 46.54º | 0.88% | 0.46% | - |
| HSV(B) | 46.54º | 0.94% | 0.86% | - |
| XYZ | 44.24 | 44.98 | 6.77 | - |
| YUV | 168.63 | 40.74 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 14 | 0 | 0.21 | 0.94 | 0.14 | 46.54 | 0.88 | 0.46 |
| Hex | DB | AD | E | 0 | 15 | 5E | E | 2F | 58 | 2E |
| Octal | 333 | 255 | 16 | 0 | 25 | 136 | 16 | 57 | 130 | 56 |
| Binary | 11011011 | 10101101 | 1110 | 0 | 10101 | 1011110 | 1110 | 101111 | 1011000 | 101110 |
Color Harmonies of #DBAD0E
Complementary color
Monochromatic Colors of #DBAD0E
Black with #DBAD0E
Text Example
Text Example
White with #DBAD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD0E; }
p { color: rgb(219,173,14); }
H1.HeaderClassName
{
color: #DBAD0E;
}
.AnyTagClassName
{
color: #DBAD0E;
}
</style>
background-color css
<style>
a { background-color: #DBAD0E; }
a { background-color: rgb(219,173,14); }
div.DivClassName
{
background-color: #DBAD0E;
}
.BgClassName
{
background-color: #DBAD0E;
}
</style>
border-color css
<style>
span { border-color: #DBAD0E; }
span { border-color: rgb(219,173,14); }
td.TdClassName
{
border-color: #DBAD0E;
}
.TagClassName
{
border-color: #DBAD0E;
}
</style>