Shades of Galliano #DBAD18
Tints of Galliano #DBAD18
RGB
CMYK
RGB Variations
Color information
#DBAD18 (or 0xDBAD18) is known color: Galliano. HEX triplet: DB, AD and 18. RGB value is (219,173,24). Sum of RGB (Red+Green+Blue) = 219+173+24=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD18 is #2452E7. Grayscale: #AAAAAA. Windows color (decimal): -2380520 or 1617371. OLE color: 1617371.
HSL color Cylindrical-coordinate representation of color #DBAD18: hue angle of 45.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBAD18 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 24 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.14 |
| HSL | 45.85º | 0.8% | 0.48% | - |
| HSV(B) | 45.85º | 0.89% | 0.86% | - |
| XYZ | 44.32 | 45.01 | 7.22 | - |
| YUV | 169.77 | 45.74 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 24 | 0 | 0.21 | 0.89 | 0.14 | 45.85 | 0.8 | 0.48 |
| Hex | DB | AD | 18 | 0 | 15 | 59 | E | 2E | 50 | 30 |
| Octal | 333 | 255 | 30 | 0 | 25 | 131 | 16 | 56 | 120 | 60 |
| Binary | 11011011 | 10101101 | 11000 | 0 | 10101 | 1011001 | 1110 | 101110 | 1010000 | 110000 |
Color Harmonies of #DBAD18
Complementary color
Monochromatic Colors of #DBAD18
Black with #DBAD18
Text Example
Text Example
White with #DBAD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD18; }
p { color: rgb(219,173,24); }
H1.HeaderClassName
{
color: #DBAD18;
}
.AnyTagClassName
{
color: #DBAD18;
}
</style>
background-color css
<style>
a { background-color: #DBAD18; }
a { background-color: rgb(219,173,24); }
div.DivClassName
{
background-color: #DBAD18;
}
.BgClassName
{
background-color: #DBAD18;
}
</style>
border-color css
<style>
span { border-color: #DBAD18; }
span { border-color: rgb(219,173,24); }
td.TdClassName
{
border-color: #DBAD18;
}
.TagClassName
{
border-color: #DBAD18;
}
</style>