Shades of Galliano #DBA02A
Tints of Galliano #DBA02A
RGB
CMYK
RGB Variations
Color information
#DBA02A (or 0xDBA02A) is known color: Galliano. HEX triplet: DB, A0 and 2A. RGB value is (219,160,42). Sum of RGB (Red+Green+Blue) = 219+160+42=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA02A is #245FD5. Grayscale: #A4A4A4. Windows color (decimal): -2383830 or 2793691. OLE color: 2793691.
HSL color Cylindrical-coordinate representation of color #DBA02A: hue angle of 40º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBA02A is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 42 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.14 |
| HSL | 40º | 0.71% | 0.51% | - |
| HSV(B) | 40º | 0.81% | 0.86% | - |
| XYZ | 42.2 | 40.37 | 7.76 | - |
| YUV | 164.19 | 59.05 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 42 | 0 | 0.27 | 0.81 | 0.14 | 40 | 0.71 | 0.51 |
| Hex | DB | A0 | 2A | 0 | 1B | 51 | E | 28 | 47 | 33 |
| Octal | 333 | 240 | 52 | 0 | 33 | 121 | 16 | 50 | 107 | 63 |
| Binary | 11011011 | 10100000 | 101010 | 0 | 11011 | 1010001 | 1110 | 101000 | 1000111 | 110011 |
Color Harmonies of #DBA02A
Complementary color
Monochromatic Colors of #DBA02A
Black with #DBA02A
Text Example
Text Example
White with #DBA02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA02A; }
p { color: rgb(219,160,42); }
H1.HeaderClassName
{
color: #DBA02A;
}
.AnyTagClassName
{
color: #DBA02A;
}
</style>
background-color css
<style>
a { background-color: #DBA02A; }
a { background-color: rgb(219,160,42); }
div.DivClassName
{
background-color: #DBA02A;
}
.BgClassName
{
background-color: #DBA02A;
}
</style>
border-color css
<style>
span { border-color: #DBA02A; }
span { border-color: rgb(219,160,42); }
td.TdClassName
{
border-color: #DBA02A;
}
.TagClassName
{
border-color: #DBA02A;
}
</style>