Shades of Galliano #DBA725
Tints of Galliano #DBA725
RGB
CMYK
RGB Variations
Color information
#DBA725 (or 0xDBA725) is known color: Galliano. HEX triplet: DB, A7 and 25. RGB value is (219,167,37). Sum of RGB (Red+Green+Blue) = 219+167+37=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA725 is #2458DA. Grayscale: #A8A8A8. Windows color (decimal): -2382043 or 2467803. OLE color: 2467803.
HSL color Cylindrical-coordinate representation of color #DBA725: hue angle of 42.86º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBA725 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 37 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.14 |
| HSL | 42.86º | 0.72% | 0.5% | - |
| HSV(B) | 42.86º | 0.83% | 0.86% | - |
| XYZ | 43.37 | 42.83 | 7.73 | - |
| YUV | 167.73 | 54.23 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 37 | 0 | 0.24 | 0.83 | 0.14 | 42.86 | 0.72 | 0.5 |
| Hex | DB | A7 | 25 | 0 | 18 | 53 | E | 2B | 48 | 32 |
| Octal | 333 | 247 | 45 | 0 | 30 | 123 | 16 | 53 | 110 | 62 |
| Binary | 11011011 | 10100111 | 100101 | 0 | 11000 | 1010011 | 1110 | 101011 | 1001000 | 110010 |
Color Harmonies of #DBA725
Complementary color
Monochromatic Colors of #DBA725
Black with #DBA725
Text Example
Text Example
White with #DBA725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA725; }
p { color: rgb(219,167,37); }
H1.HeaderClassName
{
color: #DBA725;
}
.AnyTagClassName
{
color: #DBA725;
}
</style>
background-color css
<style>
a { background-color: #DBA725; }
a { background-color: rgb(219,167,37); }
div.DivClassName
{
background-color: #DBA725;
}
.BgClassName
{
background-color: #DBA725;
}
</style>
border-color css
<style>
span { border-color: #DBA725; }
span { border-color: rgb(219,167,37); }
td.TdClassName
{
border-color: #DBA725;
}
.TagClassName
{
border-color: #DBA725;
}
</style>