Shades of Galliano #DBA22C
Tints of Galliano #DBA22C
RGB
CMYK
RGB Variations
Color information
#DBA22C (or 0xDBA22C) is known color: Galliano. HEX triplet: DB, A2 and 2C. RGB value is (219,162,44). Sum of RGB (Red+Green+Blue) = 219+162+44=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA22C is #245DD3. Grayscale: #A6A6A6. Windows color (decimal): -2383316 or 2925275. OLE color: 2925275.
HSL color Cylindrical-coordinate representation of color #DBA22C: hue angle of 40.46º 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 #DBA22C is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 44 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.14 |
| HSL | 40.46º | 0.71% | 0.52% | - |
| HSV(B) | 40.46º | 0.8% | 0.86% | - |
| XYZ | 42.59 | 41.08 | 8.07 | - |
| YUV | 165.59 | 59.38 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 44 | 0 | 0.26 | 0.80 | 0.14 | 40.46 | 0.71 | 0.52 |
| Hex | DB | A2 | 2C | 0 | 1A | 50 | E | 28 | 47 | 34 |
| Octal | 333 | 242 | 54 | 0 | 32 | 120 | 16 | 50 | 107 | 64 |
| Binary | 11011011 | 10100010 | 101100 | 0 | 11010 | 1010000 | 1110 | 101000 | 1000111 | 110100 |
Color Harmonies of #DBA22C
Complementary color
Monochromatic Colors of #DBA22C
Black with #DBA22C
Text Example
Text Example
White with #DBA22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA22C; }
p { color: rgb(219,162,44); }
H1.HeaderClassName
{
color: #DBA22C;
}
.AnyTagClassName
{
color: #DBA22C;
}
</style>
background-color css
<style>
a { background-color: #DBA22C; }
a { background-color: rgb(219,162,44); }
div.DivClassName
{
background-color: #DBA22C;
}
.BgClassName
{
background-color: #DBA22C;
}
</style>
border-color css
<style>
span { border-color: #DBA22C; }
span { border-color: rgb(219,162,44); }
td.TdClassName
{
border-color: #DBA22C;
}
.TagClassName
{
border-color: #DBA22C;
}
</style>