Shades of Galliano #DBA927
Tints of Galliano #DBA927
RGB
CMYK
RGB Variations
Color information
#DBA927 (or 0xDBA927) is known color: Galliano. HEX triplet: DB, A9 and 27. RGB value is (219,169,39). Sum of RGB (Red+Green+Blue) = 219+169+39=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 39 (15.62% from 255 or 9.13% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA927 is #2456D8. Grayscale: #A9A9A9. Windows color (decimal): -2381529 or 2599387. OLE color: 2599387.
HSL color Cylindrical-coordinate representation of color #DBA927: hue angle of 43.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 #DBA927 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 39 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.14 |
| HSL | 43.33º | 0.71% | 0.51% | - |
| HSV(B) | 43.33º | 0.82% | 0.86% | - |
| XYZ | 43.77 | 43.58 | 8.02 | - |
| YUV | 169.13 | 54.57 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 39 | 0 | 0.23 | 0.82 | 0.14 | 43.33 | 0.71 | 0.51 |
| Hex | DB | A9 | 27 | 0 | 17 | 52 | E | 2B | 47 | 33 |
| Octal | 333 | 251 | 47 | 0 | 27 | 122 | 16 | 53 | 107 | 63 |
| Binary | 11011011 | 10101001 | 100111 | 0 | 10111 | 1010010 | 1110 | 101011 | 1000111 | 110011 |
Color Harmonies of #DBA927
Complementary color
Monochromatic Colors of #DBA927
Black with #DBA927
Text Example
Text Example
White with #DBA927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA927; }
p { color: rgb(219,169,39); }
H1.HeaderClassName
{
color: #DBA927;
}
.AnyTagClassName
{
color: #DBA927;
}
</style>
background-color css
<style>
a { background-color: #DBA927; }
a { background-color: rgb(219,169,39); }
div.DivClassName
{
background-color: #DBA927;
}
.BgClassName
{
background-color: #DBA927;
}
</style>
border-color css
<style>
span { border-color: #DBA927; }
span { border-color: rgb(219,169,39); }
td.TdClassName
{
border-color: #DBA927;
}
.TagClassName
{
border-color: #DBA927;
}
</style>