Shades of Galliano #DBA527
Tints of Galliano #DBA527
RGB
CMYK
RGB Variations
Color information
#DBA527 (or 0xDBA527) is known color: Galliano. HEX triplet: DB, A5 and 27. RGB value is (219,165,39). Sum of RGB (Red+Green+Blue) = 219+165+39=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA527 is #245AD8. Grayscale: #A7A7A7. Windows color (decimal): -2382553 or 2598363. OLE color: 2598363.
HSL color Cylindrical-coordinate representation of color #DBA527: hue angle of 42º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBA527 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 39 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.14 |
| HSL | 42º | 0.71% | 0.51% | - |
| HSV(B) | 42º | 0.82% | 0.86% | - |
| XYZ | 43.03 | 42.12 | 7.78 | - |
| YUV | 166.78 | 55.89 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 39 | 0 | 0.25 | 0.82 | 0.14 | 42 | 0.71 | 0.51 |
| Hex | DB | A5 | 27 | 0 | 19 | 52 | E | 2A | 47 | 33 |
| Octal | 333 | 245 | 47 | 0 | 31 | 122 | 16 | 52 | 107 | 63 |
| Binary | 11011011 | 10100101 | 100111 | 0 | 11001 | 1010010 | 1110 | 101010 | 1000111 | 110011 |
Color Harmonies of #DBA527
Complementary color
Monochromatic Colors of #DBA527
Black with #DBA527
Text Example
Text Example
White with #DBA527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA527; }
p { color: rgb(219,165,39); }
H1.HeaderClassName
{
color: #DBA527;
}
.AnyTagClassName
{
color: #DBA527;
}
</style>
background-color css
<style>
a { background-color: #DBA527; }
a { background-color: rgb(219,165,39); }
div.DivClassName
{
background-color: #DBA527;
}
.BgClassName
{
background-color: #DBA527;
}
</style>
border-color css
<style>
span { border-color: #DBA527; }
span { border-color: rgb(219,165,39); }
td.TdClassName
{
border-color: #DBA527;
}
.TagClassName
{
border-color: #DBA527;
}
</style>