Shades of Galliano #DBA530
Tints of Galliano #DBA530
RGB
CMYK
RGB Variations
Color information
#DBA530 (or 0xDBA530) is known color: Galliano. HEX triplet: DB, A5 and 30. RGB value is (219,165,48). Sum of RGB (Red+Green+Blue) = 219+165+48=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA530 is #245ACF. Grayscale: #A8A8A8. Windows color (decimal): -2382544 or 3188187. OLE color: 3188187.
HSL color Cylindrical-coordinate representation of color #DBA530: hue angle of 41.05º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBA530 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 48 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.14 |
| HSL | 41.05º | 0.7% | 0.52% | - |
| HSV(B) | 41.05º | 0.78% | 0.86% | - |
| XYZ | 43.2 | 42.18 | 8.66 | - |
| YUV | 167.81 | 60.39 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 48 | 0 | 0.25 | 0.78 | 0.14 | 41.05 | 0.7 | 0.52 |
| Hex | DB | A5 | 30 | 0 | 19 | 4E | E | 29 | 46 | 34 |
| Octal | 333 | 245 | 60 | 0 | 31 | 116 | 16 | 51 | 106 | 64 |
| Binary | 11011011 | 10100101 | 110000 | 0 | 11001 | 1001110 | 1110 | 101001 | 1000110 | 110100 |
Color Harmonies of #DBA530
Complementary color
Monochromatic Colors of #DBA530
Black with #DBA530
Text Example
Text Example
White with #DBA530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA530; }
p { color: rgb(219,165,48); }
H1.HeaderClassName
{
color: #DBA530;
}
.AnyTagClassName
{
color: #DBA530;
}
</style>
background-color css
<style>
a { background-color: #DBA530; }
a { background-color: rgb(219,165,48); }
div.DivClassName
{
background-color: #DBA530;
}
.BgClassName
{
background-color: #DBA530;
}
</style>
border-color css
<style>
span { border-color: #DBA530; }
span { border-color: rgb(219,165,48); }
td.TdClassName
{
border-color: #DBA530;
}
.TagClassName
{
border-color: #DBA530;
}
</style>