Shades of Galliano #DBB01D
Tints of Galliano #DBB01D
RGB
CMYK
RGB Variations
Color information
#DBB01D (or 0xDBB01D) is known color: Galliano. HEX triplet: DB, B0 and 1D. RGB value is (219,176,29). Sum of RGB (Red+Green+Blue) = 219+176+29=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB01D is #244FE2. Grayscale: #ACACAC. Windows color (decimal): -2379747 or 1945819. OLE color: 1945819.
HSL color Cylindrical-coordinate representation of color #DBB01D: hue angle of 46.42º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBB01D is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 29 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.14 |
| HSL | 46.42º | 0.77% | 0.49% | - |
| HSV(B) | 46.42º | 0.87% | 0.86% | - |
| XYZ | 44.96 | 46.2 | 7.71 | - |
| YUV | 172.1 | 47.25 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 29 | 0 | 0.20 | 0.87 | 0.14 | 46.42 | 0.77 | 0.49 |
| Hex | DB | B0 | 1D | 0 | 14 | 57 | E | 2E | 4D | 31 |
| Octal | 333 | 260 | 35 | 0 | 24 | 127 | 16 | 56 | 115 | 61 |
| Binary | 11011011 | 10110000 | 11101 | 0 | 10100 | 1010111 | 1110 | 101110 | 1001101 | 110001 |
Color Harmonies of #DBB01D
Complementary color
Monochromatic Colors of #DBB01D
Black with #DBB01D
Text Example
Text Example
White with #DBB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB01D; }
p { color: rgb(219,176,29); }
H1.HeaderClassName
{
color: #DBB01D;
}
.AnyTagClassName
{
color: #DBB01D;
}
</style>
background-color css
<style>
a { background-color: #DBB01D; }
a { background-color: rgb(219,176,29); }
div.DivClassName
{
background-color: #DBB01D;
}
.BgClassName
{
background-color: #DBB01D;
}
</style>
border-color css
<style>
span { border-color: #DBB01D; }
span { border-color: rgb(219,176,29); }
td.TdClassName
{
border-color: #DBB01D;
}
.TagClassName
{
border-color: #DBB01D;
}
</style>