Shades of Galliano #DBA025
Tints of Galliano #DBA025
RGB
CMYK
RGB Variations
Color information
#DBA025 (or 0xDBA025) is known color: Galliano. HEX triplet: DB, A0 and 25. RGB value is (219,160,37). Sum of RGB (Red+Green+Blue) = 219+160+37=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA025 is #245FDA. Grayscale: #A4A4A4. Windows color (decimal): -2383835 or 2466011. OLE color: 2466011.
HSL color Cylindrical-coordinate representation of color #DBA025: hue angle of 40.55º 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 #DBA025 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 37 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.14 |
| HSL | 40.55º | 0.72% | 0.5% | - |
| HSV(B) | 40.55º | 0.83% | 0.86% | - |
| XYZ | 42.12 | 40.34 | 7.32 | - |
| YUV | 163.62 | 56.55 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 37 | 0 | 0.27 | 0.83 | 0.14 | 40.55 | 0.72 | 0.5 |
| Hex | DB | A0 | 25 | 0 | 1B | 53 | E | 29 | 48 | 32 |
| Octal | 333 | 240 | 45 | 0 | 33 | 123 | 16 | 51 | 110 | 62 |
| Binary | 11011011 | 10100000 | 100101 | 0 | 11011 | 1010011 | 1110 | 101001 | 1001000 | 110010 |
Color Harmonies of #DBA025
Complementary color
Monochromatic Colors of #DBA025
Black with #DBA025
Text Example
Text Example
White with #DBA025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA025; }
p { color: rgb(219,160,37); }
H1.HeaderClassName
{
color: #DBA025;
}
.AnyTagClassName
{
color: #DBA025;
}
</style>
background-color css
<style>
a { background-color: #DBA025; }
a { background-color: rgb(219,160,37); }
div.DivClassName
{
background-color: #DBA025;
}
.BgClassName
{
background-color: #DBA025;
}
</style>
border-color css
<style>
span { border-color: #DBA025; }
span { border-color: rgb(219,160,37); }
td.TdClassName
{
border-color: #DBA025;
}
.TagClassName
{
border-color: #DBA025;
}
</style>