Shades of Galliano #DBAD1A
Tints of Galliano #DBAD1A
RGB
CMYK
RGB Variations
Color information
#DBAD1A (or 0xDBAD1A) is known color: Galliano. HEX triplet: DB, AD and 1A. RGB value is (219,173,26). Sum of RGB (Red+Green+Blue) = 219+173+26=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD1A is #2452E5. Grayscale: #AAAAAA. Windows color (decimal): -2380518 or 1748443. OLE color: 1748443.
HSL color Cylindrical-coordinate representation of color #DBAD1A: hue angle of 45.7º degrees, saturation: 0.79, 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 #DBAD1A is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 26 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.14 |
| HSL | 45.7º | 0.79% | 0.48% | - |
| HSV(B) | 45.7º | 0.88% | 0.86% | - |
| XYZ | 44.34 | 45.02 | 7.33 | - |
| YUV | 170 | 46.74 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 26 | 0 | 0.21 | 0.88 | 0.14 | 45.7 | 0.79 | 0.48 |
| Hex | DB | AD | 1A | 0 | 15 | 58 | E | 2E | 4F | 30 |
| Octal | 333 | 255 | 32 | 0 | 25 | 130 | 16 | 56 | 117 | 60 |
| Binary | 11011011 | 10101101 | 11010 | 0 | 10101 | 1011000 | 1110 | 101110 | 1001111 | 110000 |
Color Harmonies of #DBAD1A
Complementary color
Monochromatic Colors of #DBAD1A
Black with #DBAD1A
Text Example
Text Example
White with #DBAD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD1A; }
p { color: rgb(219,173,26); }
H1.HeaderClassName
{
color: #DBAD1A;
}
.AnyTagClassName
{
color: #DBAD1A;
}
</style>
background-color css
<style>
a { background-color: #DBAD1A; }
a { background-color: rgb(219,173,26); }
div.DivClassName
{
background-color: #DBAD1A;
}
.BgClassName
{
background-color: #DBAD1A;
}
</style>
border-color css
<style>
span { border-color: #DBAD1A; }
span { border-color: rgb(219,173,26); }
td.TdClassName
{
border-color: #DBAD1A;
}
.TagClassName
{
border-color: #DBAD1A;
}
</style>