Shades of Galliano #DBA82C
Tints of Galliano #DBA82C
RGB
CMYK
RGB Variations
Color information
#DBA82C (or 0xDBA82C) is known color: Galliano. HEX triplet: DB, A8 and 2C. RGB value is (219,168,44). Sum of RGB (Red+Green+Blue) = 219+168+44=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA82C is #2457D3. Grayscale: #A9A9A9. Windows color (decimal): -2381780 or 2926811. OLE color: 2926811.
HSL color Cylindrical-coordinate representation of color #DBA82C: hue angle of 42.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBA82C is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 44 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.14 |
| HSL | 42.51º | 0.71% | 0.52% | - |
| HSV(B) | 42.51º | 0.8% | 0.86% | - |
| XYZ | 43.67 | 43.25 | 8.43 | - |
| YUV | 169.11 | 57.4 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 44 | 0 | 0.23 | 0.80 | 0.14 | 42.51 | 0.71 | 0.52 |
| Hex | DB | A8 | 2C | 0 | 17 | 50 | E | 2B | 47 | 34 |
| Octal | 333 | 250 | 54 | 0 | 27 | 120 | 16 | 53 | 107 | 64 |
| Binary | 11011011 | 10101000 | 101100 | 0 | 10111 | 1010000 | 1110 | 101011 | 1000111 | 110100 |
Color Harmonies of #DBA82C
Complementary color
Monochromatic Colors of #DBA82C
Black with #DBA82C
Text Example
Text Example
White with #DBA82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA82C; }
p { color: rgb(219,168,44); }
H1.HeaderClassName
{
color: #DBA82C;
}
.AnyTagClassName
{
color: #DBA82C;
}
</style>
background-color css
<style>
a { background-color: #DBA82C; }
a { background-color: rgb(219,168,44); }
div.DivClassName
{
background-color: #DBA82C;
}
.BgClassName
{
background-color: #DBA82C;
}
</style>
border-color css
<style>
span { border-color: #DBA82C; }
span { border-color: rgb(219,168,44); }
td.TdClassName
{
border-color: #DBA82C;
}
.TagClassName
{
border-color: #DBA82C;
}
</style>