Shades of Galliano #DBA12B
Tints of Galliano #DBA12B
RGB
CMYK
RGB Variations
Color information
#DBA12B (or 0xDBA12B) is known color: Galliano. HEX triplet: DB, A1 and 2B. RGB value is (219,161,43). Sum of RGB (Red+Green+Blue) = 219+161+43=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA12B is #245ED4. Grayscale: #A5A5A5. Windows color (decimal): -2383573 or 2859483. OLE color: 2859483.
HSL color Cylindrical-coordinate representation of color #DBA12B: hue angle of 40.23º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBA12B is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 43 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.14 |
| HSL | 40.23º | 0.71% | 0.51% | - |
| HSV(B) | 40.23º | 0.8% | 0.86% | - |
| XYZ | 42.39 | 40.72 | 7.91 | - |
| YUV | 164.89 | 59.22 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 43 | 0 | 0.26 | 0.80 | 0.14 | 40.23 | 0.71 | 0.51 |
| Hex | DB | A1 | 2B | 0 | 1A | 50 | E | 28 | 47 | 33 |
| Octal | 333 | 241 | 53 | 0 | 32 | 120 | 16 | 50 | 107 | 63 |
| Binary | 11011011 | 10100001 | 101011 | 0 | 11010 | 1010000 | 1110 | 101000 | 1000111 | 110011 |
Color Harmonies of #DBA12B
Complementary color
Monochromatic Colors of #DBA12B
Black with #DBA12B
Text Example
Text Example
White with #DBA12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA12B; }
p { color: rgb(219,161,43); }
H1.HeaderClassName
{
color: #DBA12B;
}
.AnyTagClassName
{
color: #DBA12B;
}
</style>
background-color css
<style>
a { background-color: #DBA12B; }
a { background-color: rgb(219,161,43); }
div.DivClassName
{
background-color: #DBA12B;
}
.BgClassName
{
background-color: #DBA12B;
}
</style>
border-color css
<style>
span { border-color: #DBA12B; }
span { border-color: rgb(219,161,43); }
td.TdClassName
{
border-color: #DBA12B;
}
.TagClassName
{
border-color: #DBA12B;
}
</style>