Shades of Galliano #DBB11A
Tints of Galliano #DBB11A
RGB
CMYK
RGB Variations
Color information
#DBB11A (or 0xDBB11A) is known color: Galliano. HEX triplet: DB, B1 and 1A. RGB value is (219,177,26). Sum of RGB (Red+Green+Blue) = 219+177+26=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 26 (10.55% from 255 or 6.16% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB11A is #244EE5. Grayscale: #ACACAC. Windows color (decimal): -2379494 or 1749467. OLE color: 1749467.
HSL color Cylindrical-coordinate representation of color #DBB11A: hue angle of 46.94º 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 #DBB11A is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 26 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.14 |
| HSL | 46.94º | 0.79% | 0.48% | - |
| HSV(B) | 46.94º | 0.88% | 0.86% | - |
| XYZ | 45.12 | 46.58 | 7.59 | - |
| YUV | 172.34 | 45.41 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 26 | 0 | 0.19 | 0.88 | 0.14 | 46.94 | 0.79 | 0.48 |
| Hex | DB | B1 | 1A | 0 | 13 | 58 | E | 2F | 4F | 30 |
| Octal | 333 | 261 | 32 | 0 | 23 | 130 | 16 | 57 | 117 | 60 |
| Binary | 11011011 | 10110001 | 11010 | 0 | 10011 | 1011000 | 1110 | 101111 | 1001111 | 110000 |
Color Harmonies of #DBB11A
Complementary color
Monochromatic Colors of #DBB11A
Black with #DBB11A
Text Example
Text Example
White with #DBB11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB11A; }
p { color: rgb(219,177,26); }
H1.HeaderClassName
{
color: #DBB11A;
}
.AnyTagClassName
{
color: #DBB11A;
}
</style>
background-color css
<style>
a { background-color: #DBB11A; }
a { background-color: rgb(219,177,26); }
div.DivClassName
{
background-color: #DBB11A;
}
.BgClassName
{
background-color: #DBB11A;
}
</style>
border-color css
<style>
span { border-color: #DBB11A; }
span { border-color: rgb(219,177,26); }
td.TdClassName
{
border-color: #DBB11A;
}
.TagClassName
{
border-color: #DBB11A;
}
</style>