Shades of Galliano #DBA430
Tints of Galliano #DBA430
RGB
CMYK
RGB Variations
Color information
#DBA430 (or 0xDBA430) is known color: Galliano. HEX triplet: DB, A4 and 30. RGB value is (219,164,48). Sum of RGB (Red+Green+Blue) = 219+164+48=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA430 is #245BCF. Grayscale: #A7A7A7. Windows color (decimal): -2382800 or 3187931. OLE color: 3187931.
HSL color Cylindrical-coordinate representation of color #DBA430: hue angle of 40.7º 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 #DBA430 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 48 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.14 |
| HSL | 40.7º | 0.7% | 0.52% | - |
| HSV(B) | 40.7º | 0.78% | 0.86% | - |
| XYZ | 43.02 | 41.82 | 8.6 | - |
| YUV | 167.22 | 60.72 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 48 | 0 | 0.25 | 0.78 | 0.14 | 40.7 | 0.7 | 0.52 |
| Hex | DB | A4 | 30 | 0 | 19 | 4E | E | 29 | 46 | 34 |
| Octal | 333 | 244 | 60 | 0 | 31 | 116 | 16 | 51 | 106 | 64 |
| Binary | 11011011 | 10100100 | 110000 | 0 | 11001 | 1001110 | 1110 | 101001 | 1000110 | 110100 |
Color Harmonies of #DBA430
Complementary color
Monochromatic Colors of #DBA430
Black with #DBA430
Text Example
Text Example
White with #DBA430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA430; }
p { color: rgb(219,164,48); }
H1.HeaderClassName
{
color: #DBA430;
}
.AnyTagClassName
{
color: #DBA430;
}
</style>
background-color css
<style>
a { background-color: #DBA430; }
a { background-color: rgb(219,164,48); }
div.DivClassName
{
background-color: #DBA430;
}
.BgClassName
{
background-color: #DBA430;
}
</style>
border-color css
<style>
span { border-color: #DBA430; }
span { border-color: rgb(219,164,48); }
td.TdClassName
{
border-color: #DBA430;
}
.TagClassName
{
border-color: #DBA430;
}
</style>