Shades of Galliano #DBA82B
Tints of Galliano #DBA82B
RGB
CMYK
RGB Variations
Color information
#DBA82B (or 0xDBA82B) is known color: Galliano. HEX triplet: DB, A8 and 2B. RGB value is (219,168,43). Sum of RGB (Red+Green+Blue) = 219+168+43=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA82B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA82B is #2457D4. Grayscale: #A9A9A9. Windows color (decimal): -2381781 or 2861275. OLE color: 2861275.
HSL color Cylindrical-coordinate representation of color #DBA82B: hue angle of 42.61º 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 #DBA82B is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 43 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.14 |
| HSL | 42.61º | 0.71% | 0.51% | - |
| HSV(B) | 42.61º | 0.8% | 0.86% | - |
| XYZ | 43.65 | 43.24 | 8.33 | - |
| YUV | 169 | 56.9 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 43 | 0 | 0.23 | 0.80 | 0.14 | 42.61 | 0.71 | 0.51 |
| Hex | DB | A8 | 2B | 0 | 17 | 50 | E | 2B | 47 | 33 |
| Octal | 333 | 250 | 53 | 0 | 27 | 120 | 16 | 53 | 107 | 63 |
| Binary | 11011011 | 10101000 | 101011 | 0 | 10111 | 1010000 | 1110 | 101011 | 1000111 | 110011 |
Color Harmonies of #DBA82B
Complementary color
Monochromatic Colors of #DBA82B
Black with #DBA82B
Text Example
Text Example
White with #DBA82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA82B; }
p { color: rgb(219,168,43); }
H1.HeaderClassName
{
color: #DBA82B;
}
.AnyTagClassName
{
color: #DBA82B;
}
</style>
background-color css
<style>
a { background-color: #DBA82B; }
a { background-color: rgb(219,168,43); }
div.DivClassName
{
background-color: #DBA82B;
}
.BgClassName
{
background-color: #DBA82B;
}
</style>
border-color css
<style>
span { border-color: #DBA82B; }
span { border-color: rgb(219,168,43); }
td.TdClassName
{
border-color: #DBA82B;
}
.TagClassName
{
border-color: #DBA82B;
}
</style>