Shades of Galliano #DBA22D
Tints of Galliano #DBA22D
RGB
CMYK
RGB Variations
Color information
#DBA22D (or 0xDBA22D) is known color: Galliano. HEX triplet: DB, A2 and 2D. RGB value is (219,162,45). Sum of RGB (Red+Green+Blue) = 219+162+45=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA22D is #245DD2. Grayscale: #A6A6A6. Windows color (decimal): -2383315 or 2990811. OLE color: 2990811.
HSL color Cylindrical-coordinate representation of color #DBA22D: hue angle of 40.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBA22D is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 45 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.14 |
| HSL | 40.34º | 0.71% | 0.52% | - |
| HSV(B) | 40.34º | 0.79% | 0.86% | - |
| XYZ | 42.61 | 41.09 | 8.17 | - |
| YUV | 165.71 | 59.88 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 45 | 0 | 0.26 | 0.79 | 0.14 | 40.34 | 0.71 | 0.52 |
| Hex | DB | A2 | 2D | 0 | 1A | 4F | E | 28 | 47 | 34 |
| Octal | 333 | 242 | 55 | 0 | 32 | 117 | 16 | 50 | 107 | 64 |
| Binary | 11011011 | 10100010 | 101101 | 0 | 11010 | 1001111 | 1110 | 101000 | 1000111 | 110100 |
Color Harmonies of #DBA22D
Complementary color
Monochromatic Colors of #DBA22D
Black with #DBA22D
Text Example
Text Example
White with #DBA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA22D; }
p { color: rgb(219,162,45); }
H1.HeaderClassName
{
color: #DBA22D;
}
.AnyTagClassName
{
color: #DBA22D;
}
</style>
background-color css
<style>
a { background-color: #DBA22D; }
a { background-color: rgb(219,162,45); }
div.DivClassName
{
background-color: #DBA22D;
}
.BgClassName
{
background-color: #DBA22D;
}
</style>
border-color css
<style>
span { border-color: #DBA22D; }
span { border-color: rgb(219,162,45); }
td.TdClassName
{
border-color: #DBA22D;
}
.TagClassName
{
border-color: #DBA22D;
}
</style>