Shades of Galliano #DBA32D
Tints of Galliano #DBA32D
RGB
CMYK
RGB Variations
Color information
#DBA32D (or 0xDBA32D) is known color: Galliano. HEX triplet: DB, A3 and 2D. RGB value is (219,163,45). Sum of RGB (Red+Green+Blue) = 219+163+45=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA32D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA32D is #245CD2. Grayscale: #A6A6A6. Windows color (decimal): -2383059 or 2991067. OLE color: 2991067.
HSL color Cylindrical-coordinate representation of color #DBA32D: hue angle of 40.69º 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 #DBA32D is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 45 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.14 |
| HSL | 40.69º | 0.71% | 0.52% | - |
| HSV(B) | 40.69º | 0.79% | 0.86% | - |
| XYZ | 42.78 | 41.44 | 8.23 | - |
| YUV | 166.29 | 59.55 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 45 | 0 | 0.26 | 0.79 | 0.14 | 40.69 | 0.71 | 0.52 |
| Hex | DB | A3 | 2D | 0 | 1A | 4F | E | 29 | 47 | 34 |
| Octal | 333 | 243 | 55 | 0 | 32 | 117 | 16 | 51 | 107 | 64 |
| Binary | 11011011 | 10100011 | 101101 | 0 | 11010 | 1001111 | 1110 | 101001 | 1000111 | 110100 |
Color Harmonies of #DBA32D
Complementary color
Monochromatic Colors of #DBA32D
Black with #DBA32D
Text Example
Text Example
White with #DBA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA32D; }
p { color: rgb(219,163,45); }
H1.HeaderClassName
{
color: #DBA32D;
}
.AnyTagClassName
{
color: #DBA32D;
}
</style>
background-color css
<style>
a { background-color: #DBA32D; }
a { background-color: rgb(219,163,45); }
div.DivClassName
{
background-color: #DBA32D;
}
.BgClassName
{
background-color: #DBA32D;
}
</style>
border-color css
<style>
span { border-color: #DBA32D; }
span { border-color: rgb(219,163,45); }
td.TdClassName
{
border-color: #DBA32D;
}
.TagClassName
{
border-color: #DBA32D;
}
</style>