Shades of Galliano #DBB014
Tints of Galliano #DBB014
RGB
CMYK
RGB Variations
Color information
#DBB014 (or 0xDBB014) is known color: Galliano. HEX triplet: DB, B0 and 14. RGB value is (219,176,20). Sum of RGB (Red+Green+Blue) = 219+176+20=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB014 is #244FEB. Grayscale: #ABABAB. Windows color (decimal): -2379756 or 1355995. OLE color: 1355995.
HSL color Cylindrical-coordinate representation of color #DBB014: hue angle of 47.04º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBB014 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 20 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.14 |
| HSL | 47.04º | 0.83% | 0.47% | - |
| HSV(B) | 47.04º | 0.91% | 0.86% | - |
| XYZ | 44.87 | 46.16 | 7.21 | - |
| YUV | 171.07 | 42.75 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 20 | 0 | 0.20 | 0.91 | 0.14 | 47.04 | 0.83 | 0.47 |
| Hex | DB | B0 | 14 | 0 | 14 | 5B | E | 2F | 53 | 2F |
| Octal | 333 | 260 | 24 | 0 | 24 | 133 | 16 | 57 | 123 | 57 |
| Binary | 11011011 | 10110000 | 10100 | 0 | 10100 | 1011011 | 1110 | 101111 | 1010011 | 101111 |
Color Harmonies of #DBB014
Complementary color
Monochromatic Colors of #DBB014
Black with #DBB014
Text Example
Text Example
White with #DBB014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB014; }
p { color: rgb(219,176,20); }
H1.HeaderClassName
{
color: #DBB014;
}
.AnyTagClassName
{
color: #DBB014;
}
</style>
background-color css
<style>
a { background-color: #DBB014; }
a { background-color: rgb(219,176,20); }
div.DivClassName
{
background-color: #DBB014;
}
.BgClassName
{
background-color: #DBB014;
}
</style>
border-color css
<style>
span { border-color: #DBB014; }
span { border-color: rgb(219,176,20); }
td.TdClassName
{
border-color: #DBB014;
}
.TagClassName
{
border-color: #DBB014;
}
</style>