Shades of Galliano #DBAD1E
Tints of Galliano #DBAD1E
RGB
CMYK
RGB Variations
Color information
#DBAD1E (or 0xDBAD1E) is known color: Galliano. HEX triplet: DB, AD and 1E. RGB value is (219,173,30). Sum of RGB (Red+Green+Blue) = 219+173+30=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD1E is #2452E1. Grayscale: #ABABAB. Windows color (decimal): -2380514 or 2010587. OLE color: 2010587.
HSL color Cylindrical-coordinate representation of color #DBAD1E: hue angle of 45.4º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBAD1E is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 30 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.14 |
| HSL | 45.4º | 0.76% | 0.49% | - |
| HSV(B) | 45.4º | 0.86% | 0.86% | - |
| XYZ | 44.39 | 45.04 | 7.58 | - |
| YUV | 170.45 | 48.74 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 30 | 0 | 0.21 | 0.86 | 0.14 | 45.4 | 0.76 | 0.49 |
| Hex | DB | AD | 1E | 0 | 15 | 56 | E | 2D | 4C | 31 |
| Octal | 333 | 255 | 36 | 0 | 25 | 126 | 16 | 55 | 114 | 61 |
| Binary | 11011011 | 10101101 | 11110 | 0 | 10101 | 1010110 | 1110 | 101101 | 1001100 | 110001 |
Color Harmonies of #DBAD1E
Complementary color
Monochromatic Colors of #DBAD1E
Black with #DBAD1E
Text Example
Text Example
White with #DBAD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD1E; }
p { color: rgb(219,173,30); }
H1.HeaderClassName
{
color: #DBAD1E;
}
.AnyTagClassName
{
color: #DBAD1E;
}
</style>
background-color css
<style>
a { background-color: #DBAD1E; }
a { background-color: rgb(219,173,30); }
div.DivClassName
{
background-color: #DBAD1E;
}
.BgClassName
{
background-color: #DBAD1E;
}
</style>
border-color css
<style>
span { border-color: #DBAD1E; }
span { border-color: rgb(219,173,30); }
td.TdClassName
{
border-color: #DBAD1E;
}
.TagClassName
{
border-color: #DBAD1E;
}
</style>