Shades of Galliano #DBA727
Tints of Galliano #DBA727
RGB
CMYK
RGB Variations
Color information
#DBA727 (or 0xDBA727) is known color: Galliano. HEX triplet: DB, A7 and 27. RGB value is (219,167,39). Sum of RGB (Red+Green+Blue) = 219+167+39=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA727 is #2458D8. Grayscale: #A8A8A8. Windows color (decimal): -2382041 or 2598875. OLE color: 2598875.
HSL color Cylindrical-coordinate representation of color #DBA727: hue angle of 42.67º 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 #DBA727 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 39 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.14 |
| HSL | 42.67º | 0.71% | 0.51% | - |
| HSV(B) | 42.67º | 0.82% | 0.86% | - |
| XYZ | 43.4 | 42.84 | 7.9 | - |
| YUV | 167.96 | 55.23 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 39 | 0 | 0.24 | 0.82 | 0.14 | 42.67 | 0.71 | 0.51 |
| Hex | DB | A7 | 27 | 0 | 18 | 52 | E | 2B | 47 | 33 |
| Octal | 333 | 247 | 47 | 0 | 30 | 122 | 16 | 53 | 107 | 63 |
| Binary | 11011011 | 10100111 | 100111 | 0 | 11000 | 1010010 | 1110 | 101011 | 1000111 | 110011 |
Color Harmonies of #DBA727
Complementary color
Monochromatic Colors of #DBA727
Black with #DBA727
Text Example
Text Example
White with #DBA727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA727; }
p { color: rgb(219,167,39); }
H1.HeaderClassName
{
color: #DBA727;
}
.AnyTagClassName
{
color: #DBA727;
}
</style>
background-color css
<style>
a { background-color: #DBA727; }
a { background-color: rgb(219,167,39); }
div.DivClassName
{
background-color: #DBA727;
}
.BgClassName
{
background-color: #DBA727;
}
</style>
border-color css
<style>
span { border-color: #DBA727; }
span { border-color: rgb(219,167,39); }
td.TdClassName
{
border-color: #DBA727;
}
.TagClassName
{
border-color: #DBA727;
}
</style>