Shades of Galliano #D5A619
Tints of Galliano #D5A619
RGB
CMYK
RGB Variations
Color information
#D5A619 (or 0xD5A619) is known color: Galliano. HEX triplet: D5, A6 and 19. RGB value is (213,166,25). Sum of RGB (Red+Green+Blue) = 213+166+25=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A619 is #2A59E6. Grayscale: #A4A4A4. Windows color (decimal): -2775527 or 1681109. OLE color: 1681109.
HSL color Cylindrical-coordinate representation of color #D5A619: hue angle of 45º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5A619 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 25 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.16 |
| HSL | 45º | 0.79% | 0.47% | - |
| HSV(B) | 45º | 0.88% | 0.84% | - |
| XYZ | 41.25 | 41.49 | 6.75 | - |
| YUV | 163.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 25 | 0 | 0.22 | 0.88 | 0.16 | 45 | 0.79 | 0.47 |
| Hex | D5 | A6 | 19 | 0 | 16 | 58 | 10 | 2D | 4F | 2F |
| Octal | 325 | 246 | 31 | 0 | 26 | 130 | 20 | 55 | 117 | 57 |
| Binary | 11010101 | 10100110 | 11001 | 0 | 10110 | 1011000 | 10000 | 101101 | 1001111 | 101111 |
Color Harmonies of #D5A619
Complementary color
Monochromatic Colors of #D5A619
Black with #D5A619
Text Example
Text Example
White with #D5A619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A619; }
p { color: rgb(213,166,25); }
H1.HeaderClassName
{
color: #D5A619;
}
.AnyTagClassName
{
color: #D5A619;
}
</style>
background-color css
<style>
a { background-color: #D5A619; }
a { background-color: rgb(213,166,25); }
div.DivClassName
{
background-color: #D5A619;
}
.BgClassName
{
background-color: #D5A619;
}
</style>
border-color css
<style>
span { border-color: #D5A619; }
span { border-color: rgb(213,166,25); }
td.TdClassName
{
border-color: #D5A619;
}
.TagClassName
{
border-color: #D5A619;
}
</style>