Shades of Galliano #DBB11B
Tints of Galliano #DBB11B
RGB
CMYK
RGB Variations
Color information
#DBB11B (or 0xDBB11B) is known color: Galliano. HEX triplet: DB, B1 and 1B. RGB value is (219,177,27). Sum of RGB (Red+Green+Blue) = 219+177+27=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB11B is #244EE4. Grayscale: #ADADAD. Windows color (decimal): -2379493 or 1815003. OLE color: 1815003.
HSL color Cylindrical-coordinate representation of color #DBB11B: hue angle of 46.88º 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 #DBB11B is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 27 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.14 |
| HSL | 46.88º | 0.78% | 0.48% | - |
| HSV(B) | 46.88º | 0.88% | 0.86% | - |
| XYZ | 45.13 | 46.58 | 7.65 | - |
| YUV | 172.46 | 45.91 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 27 | 0 | 0.19 | 0.88 | 0.14 | 46.88 | 0.78 | 0.48 |
| Hex | DB | B1 | 1B | 0 | 13 | 58 | E | 2F | 4E | 30 |
| Octal | 333 | 261 | 33 | 0 | 23 | 130 | 16 | 57 | 116 | 60 |
| Binary | 11011011 | 10110001 | 11011 | 0 | 10011 | 1011000 | 1110 | 101111 | 1001110 | 110000 |
Color Harmonies of #DBB11B
Complementary color
Monochromatic Colors of #DBB11B
Black with #DBB11B
Text Example
Text Example
White with #DBB11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB11B; }
p { color: rgb(219,177,27); }
H1.HeaderClassName
{
color: #DBB11B;
}
.AnyTagClassName
{
color: #DBB11B;
}
</style>
background-color css
<style>
a { background-color: #DBB11B; }
a { background-color: rgb(219,177,27); }
div.DivClassName
{
background-color: #DBB11B;
}
.BgClassName
{
background-color: #DBB11B;
}
</style>
border-color css
<style>
span { border-color: #DBB11B; }
span { border-color: rgb(219,177,27); }
td.TdClassName
{
border-color: #DBB11B;
}
.TagClassName
{
border-color: #DBB11B;
}
</style>