Shades of Galliano #DBA52D
Tints of Galliano #DBA52D
RGB
CMYK
RGB Variations
Color information
#DBA52D (or 0xDBA52D) is known color: Galliano. HEX triplet: DB, A5 and 2D. RGB value is (219,165,45). Sum of RGB (Red+Green+Blue) = 219+165+45=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA52D is #245AD2. Grayscale: #A8A8A8. Windows color (decimal): -2382547 or 2991579. OLE color: 2991579.
HSL color Cylindrical-coordinate representation of color #DBA52D: hue angle of 41.38º 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 #DBA52D is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 45 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.14 |
| HSL | 41.38º | 0.71% | 0.52% | - |
| HSV(B) | 41.38º | 0.79% | 0.86% | - |
| XYZ | 43.14 | 42.16 | 8.35 | - |
| YUV | 167.47 | 58.89 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 45 | 0 | 0.25 | 0.79 | 0.14 | 41.38 | 0.71 | 0.52 |
| Hex | DB | A5 | 2D | 0 | 19 | 4F | E | 29 | 47 | 34 |
| Octal | 333 | 245 | 55 | 0 | 31 | 117 | 16 | 51 | 107 | 64 |
| Binary | 11011011 | 10100101 | 101101 | 0 | 11001 | 1001111 | 1110 | 101001 | 1000111 | 110100 |
Color Harmonies of #DBA52D
Complementary color
Monochromatic Colors of #DBA52D
Black with #DBA52D
Text Example
Text Example
White with #DBA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA52D; }
p { color: rgb(219,165,45); }
H1.HeaderClassName
{
color: #DBA52D;
}
.AnyTagClassName
{
color: #DBA52D;
}
</style>
background-color css
<style>
a { background-color: #DBA52D; }
a { background-color: rgb(219,165,45); }
div.DivClassName
{
background-color: #DBA52D;
}
.BgClassName
{
background-color: #DBA52D;
}
</style>
border-color css
<style>
span { border-color: #DBA52D; }
span { border-color: rgb(219,165,45); }
td.TdClassName
{
border-color: #DBA52D;
}
.TagClassName
{
border-color: #DBA52D;
}
</style>