Shades of Galliano #DBA72E
Tints of Galliano #DBA72E
RGB
CMYK
RGB Variations
Color information
#DBA72E (or 0xDBA72E) is known color: Galliano. HEX triplet: DB, A7 and 2E. RGB value is (219,167,46). Sum of RGB (Red+Green+Blue) = 219+167+46=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA72E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA72E is #2458D1. Grayscale: #A9A9A9. Windows color (decimal): -2382034 or 3057627. OLE color: 3057627.
HSL color Cylindrical-coordinate representation of color #DBA72E: hue angle of 41.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBA72E is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 46 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.14 |
| HSL | 41.97º | 0.71% | 0.52% | - |
| HSV(B) | 41.97º | 0.79% | 0.86% | - |
| XYZ | 43.53 | 42.89 | 8.57 | - |
| YUV | 168.75 | 58.73 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 46 | 0 | 0.24 | 0.79 | 0.14 | 41.97 | 0.71 | 0.52 |
| Hex | DB | A7 | 2E | 0 | 18 | 4F | E | 2A | 47 | 34 |
| Octal | 333 | 247 | 56 | 0 | 30 | 117 | 16 | 52 | 107 | 64 |
| Binary | 11011011 | 10100111 | 101110 | 0 | 11000 | 1001111 | 1110 | 101010 | 1000111 | 110100 |
Color Harmonies of #DBA72E
Complementary color
Monochromatic Colors of #DBA72E
Black with #DBA72E
Text Example
Text Example
White with #DBA72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA72E; }
p { color: rgb(219,167,46); }
H1.HeaderClassName
{
color: #DBA72E;
}
.AnyTagClassName
{
color: #DBA72E;
}
</style>
background-color css
<style>
a { background-color: #DBA72E; }
a { background-color: rgb(219,167,46); }
div.DivClassName
{
background-color: #DBA72E;
}
.BgClassName
{
background-color: #DBA72E;
}
</style>
border-color css
<style>
span { border-color: #DBA72E; }
span { border-color: rgb(219,167,46); }
td.TdClassName
{
border-color: #DBA72E;
}
.TagClassName
{
border-color: #DBA72E;
}
</style>