Shades of Galliano #DBAD1B
Tints of Galliano #DBAD1B
RGB
CMYK
RGB Variations
Color information
#DBAD1B (or 0xDBAD1B) is known color: Galliano. HEX triplet: DB, AD and 1B. RGB value is (219,173,27). Sum of RGB (Red+Green+Blue) = 219+173+27=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD1B is #2452E4. Grayscale: #AAAAAA. Windows color (decimal): -2380517 or 1813979. OLE color: 1813979.
HSL color Cylindrical-coordinate representation of color #DBAD1B: hue angle of 45.62º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBAD1B is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 27 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.14 |
| HSL | 45.63º | 0.78% | 0.48% | - |
| HSV(B) | 45.63º | 0.88% | 0.86% | - |
| XYZ | 44.35 | 45.03 | 7.39 | - |
| YUV | 170.11 | 47.24 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 27 | 0 | 0.21 | 0.88 | 0.14 | 45.63 | 0.78 | 0.48 |
| Hex | DB | AD | 1B | 0 | 15 | 58 | E | 2E | 4E | 30 |
| Octal | 333 | 255 | 33 | 0 | 25 | 130 | 16 | 56 | 116 | 60 |
| Binary | 11011011 | 10101101 | 11011 | 0 | 10101 | 1011000 | 1110 | 101110 | 1001110 | 110000 |
Color Harmonies of #DBAD1B
Complementary color
Monochromatic Colors of #DBAD1B
Black with #DBAD1B
Text Example
Text Example
White with #DBAD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD1B; }
p { color: rgb(219,173,27); }
H1.HeaderClassName
{
color: #DBAD1B;
}
.AnyTagClassName
{
color: #DBAD1B;
}
</style>
background-color css
<style>
a { background-color: #DBAD1B; }
a { background-color: rgb(219,173,27); }
div.DivClassName
{
background-color: #DBAD1B;
}
.BgClassName
{
background-color: #DBAD1B;
}
</style>
border-color css
<style>
span { border-color: #DBAD1B; }
span { border-color: rgb(219,173,27); }
td.TdClassName
{
border-color: #DBAD1B;
}
.TagClassName
{
border-color: #DBAD1B;
}
</style>