Shades of Galliano #DBA52C
Tints of Galliano #DBA52C
RGB
CMYK
RGB Variations
Color information
#DBA52C (or 0xDBA52C) is known color: Galliano. HEX triplet: DB, A5 and 2C. RGB value is (219,165,44). Sum of RGB (Red+Green+Blue) = 219+165+44=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA52C is #245AD3. Grayscale: #A7A7A7. Windows color (decimal): -2382548 or 2926043. OLE color: 2926043.
HSL color Cylindrical-coordinate representation of color #DBA52C: hue angle of 41.49º 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 #DBA52C is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 44 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.14 |
| HSL | 41.49º | 0.71% | 0.52% | - |
| HSV(B) | 41.49º | 0.8% | 0.86% | - |
| XYZ | 43.12 | 42.15 | 8.25 | - |
| YUV | 167.35 | 58.39 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 44 | 0 | 0.25 | 0.80 | 0.14 | 41.49 | 0.71 | 0.52 |
| Hex | DB | A5 | 2C | 0 | 19 | 50 | E | 29 | 47 | 34 |
| Octal | 333 | 245 | 54 | 0 | 31 | 120 | 16 | 51 | 107 | 64 |
| Binary | 11011011 | 10100101 | 101100 | 0 | 11001 | 1010000 | 1110 | 101001 | 1000111 | 110100 |
Color Harmonies of #DBA52C
Complementary color
Monochromatic Colors of #DBA52C
Black with #DBA52C
Text Example
Text Example
White with #DBA52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA52C; }
p { color: rgb(219,165,44); }
H1.HeaderClassName
{
color: #DBA52C;
}
.AnyTagClassName
{
color: #DBA52C;
}
</style>
background-color css
<style>
a { background-color: #DBA52C; }
a { background-color: rgb(219,165,44); }
div.DivClassName
{
background-color: #DBA52C;
}
.BgClassName
{
background-color: #DBA52C;
}
</style>
border-color css
<style>
span { border-color: #DBA52C; }
span { border-color: rgb(219,165,44); }
td.TdClassName
{
border-color: #DBA52C;
}
.TagClassName
{
border-color: #DBA52C;
}
</style>