Shades of Galliano #DBA72B
Tints of Galliano #DBA72B
RGB
CMYK
RGB Variations
Color information
#DBA72B (or 0xDBA72B) is known color: Galliano. HEX triplet: DB, A7 and 2B. RGB value is (219,167,43). Sum of RGB (Red+Green+Blue) = 219+167+43=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA72B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA72B is #2458D4. Grayscale: #A8A8A8. Windows color (decimal): -2382037 or 2861019. OLE color: 2861019.
HSL color Cylindrical-coordinate representation of color #DBA72B: hue angle of 42.27º 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 #DBA72B is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 43 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.14 |
| HSL | 42.27º | 0.71% | 0.51% | - |
| HSV(B) | 42.27º | 0.8% | 0.86% | - |
| XYZ | 43.47 | 42.87 | 8.27 | - |
| YUV | 168.41 | 57.23 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 43 | 0 | 0.24 | 0.80 | 0.14 | 42.27 | 0.71 | 0.51 |
| Hex | DB | A7 | 2B | 0 | 18 | 50 | E | 2A | 47 | 33 |
| Octal | 333 | 247 | 53 | 0 | 30 | 120 | 16 | 52 | 107 | 63 |
| Binary | 11011011 | 10100111 | 101011 | 0 | 11000 | 1010000 | 1110 | 101010 | 1000111 | 110011 |
Color Harmonies of #DBA72B
Complementary color
Monochromatic Colors of #DBA72B
Black with #DBA72B
Text Example
Text Example
White with #DBA72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA72B; }
p { color: rgb(219,167,43); }
H1.HeaderClassName
{
color: #DBA72B;
}
.AnyTagClassName
{
color: #DBA72B;
}
</style>
background-color css
<style>
a { background-color: #DBA72B; }
a { background-color: rgb(219,167,43); }
div.DivClassName
{
background-color: #DBA72B;
}
.BgClassName
{
background-color: #DBA72B;
}
</style>
border-color css
<style>
span { border-color: #DBA72B; }
span { border-color: rgb(219,167,43); }
td.TdClassName
{
border-color: #DBA72B;
}
.TagClassName
{
border-color: #DBA72B;
}
</style>