Shades of Galliano #D4A719
Tints of Galliano #D4A719
RGB
CMYK
RGB Variations
Color information
#D4A719 (or 0xD4A719) is known color: Galliano. HEX triplet: D4, A7 and 19. RGB value is (212,167,25). Sum of RGB (Red+Green+Blue) = 212+167+25=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A719 is #2B58E6. Grayscale: #A4A4A4. Windows color (decimal): -2840807 or 1681364. OLE color: 1681364.
HSL color Cylindrical-coordinate representation of color #D4A719: hue angle of 45.56º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4A719 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 167 | 25 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.17 |
| HSL | 45.56º | 0.79% | 0.46% | - |
| HSV(B) | 45.56º | 0.88% | 0.83% | - |
| XYZ | 41.15 | 41.7 | 6.8 | - |
| YUV | 164.27 | 49.41 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 25 | 0 | 0.21 | 0.88 | 0.17 | 45.56 | 0.79 | 0.46 |
| Hex | D4 | A7 | 19 | 0 | 15 | 58 | 11 | 2E | 4F | 2E |
| Octal | 324 | 247 | 31 | 0 | 25 | 130 | 21 | 56 | 117 | 56 |
| Binary | 11010100 | 10100111 | 11001 | 0 | 10101 | 1011000 | 10001 | 101110 | 1001111 | 101110 |
Color Harmonies of #D4A719
Complementary color
Monochromatic Colors of #D4A719
Black with #D4A719
Text Example
Text Example
White with #D4A719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A719; }
p { color: rgb(212,167,25); }
H1.HeaderClassName
{
color: #D4A719;
}
.AnyTagClassName
{
color: #D4A719;
}
</style>
background-color css
<style>
a { background-color: #D4A719; }
a { background-color: rgb(212,167,25); }
div.DivClassName
{
background-color: #D4A719;
}
.BgClassName
{
background-color: #D4A719;
}
</style>
border-color css
<style>
span { border-color: #D4A719; }
span { border-color: rgb(212,167,25); }
td.TdClassName
{
border-color: #D4A719;
}
.TagClassName
{
border-color: #D4A719;
}
</style>