Shades of Galliano #DBA627
Tints of Galliano #DBA627
RGB
CMYK
RGB Variations
Color information
#DBA627 (or 0xDBA627) is known color: Galliano. HEX triplet: DB, A6 and 27. RGB value is (219,166,39). Sum of RGB (Red+Green+Blue) = 219+166+39=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA627 is #2459D8. Grayscale: #A7A7A7. Windows color (decimal): -2382297 or 2598619. OLE color: 2598619.
HSL color Cylindrical-coordinate representation of color #DBA627: hue angle of 42.33º 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 #DBA627 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 39 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.14 |
| HSL | 42.33º | 0.71% | 0.51% | - |
| HSV(B) | 42.33º | 0.82% | 0.86% | - |
| XYZ | 43.22 | 42.48 | 7.84 | - |
| YUV | 167.37 | 55.56 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 39 | 0 | 0.24 | 0.82 | 0.14 | 42.33 | 0.71 | 0.51 |
| Hex | DB | A6 | 27 | 0 | 18 | 52 | E | 2A | 47 | 33 |
| Octal | 333 | 246 | 47 | 0 | 30 | 122 | 16 | 52 | 107 | 63 |
| Binary | 11011011 | 10100110 | 100111 | 0 | 11000 | 1010010 | 1110 | 101010 | 1000111 | 110011 |
Color Harmonies of #DBA627
Complementary color
Monochromatic Colors of #DBA627
Black with #DBA627
Text Example
Text Example
White with #DBA627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA627; }
p { color: rgb(219,166,39); }
H1.HeaderClassName
{
color: #DBA627;
}
.AnyTagClassName
{
color: #DBA627;
}
</style>
background-color css
<style>
a { background-color: #DBA627; }
a { background-color: rgb(219,166,39); }
div.DivClassName
{
background-color: #DBA627;
}
.BgClassName
{
background-color: #DBA627;
}
</style>
border-color css
<style>
span { border-color: #DBA627; }
span { border-color: rgb(219,166,39); }
td.TdClassName
{
border-color: #DBA627;
}
.TagClassName
{
border-color: #DBA627;
}
</style>