Shades of Galliano #D5A718
Tints of Galliano #D5A718
RGB
CMYK
RGB Variations
Color information
#D5A718 (or 0xD5A718) is known color: Galliano. HEX triplet: D5, A7 and 18. RGB value is (213,167,24). Sum of RGB (Red+Green+Blue) = 213+167+24=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A718 is #2A58E7. Grayscale: #A5A5A5. Windows color (decimal): -2775272 or 1615829. OLE color: 1615829.
HSL color Cylindrical-coordinate representation of color #D5A718: hue angle of 45.4º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5A718 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 167 | 24 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.16 |
| HSL | 45.4º | 0.8% | 0.46% | - |
| HSV(B) | 45.4º | 0.89% | 0.84% | - |
| XYZ | 41.42 | 41.85 | 6.76 | - |
| YUV | 164.45 | 48.74 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 167 | 24 | 0 | 0.22 | 0.89 | 0.16 | 45.4 | 0.8 | 0.46 |
| Hex | D5 | A7 | 18 | 0 | 16 | 59 | 10 | 2D | 50 | 2E |
| Octal | 325 | 247 | 30 | 0 | 26 | 131 | 20 | 55 | 120 | 56 |
| Binary | 11010101 | 10100111 | 11000 | 0 | 10110 | 1011001 | 10000 | 101101 | 1010000 | 101110 |
Color Harmonies of #D5A718
Complementary color
Monochromatic Colors of #D5A718
Black with #D5A718
Text Example
Text Example
White with #D5A718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A718; }
p { color: rgb(213,167,24); }
H1.HeaderClassName
{
color: #D5A718;
}
.AnyTagClassName
{
color: #D5A718;
}
</style>
background-color css
<style>
a { background-color: #D5A718; }
a { background-color: rgb(213,167,24); }
div.DivClassName
{
background-color: #D5A718;
}
.BgClassName
{
background-color: #D5A718;
}
</style>
border-color css
<style>
span { border-color: #D5A718; }
span { border-color: rgb(213,167,24); }
td.TdClassName
{
border-color: #D5A718;
}
.TagClassName
{
border-color: #D5A718;
}
</style>