Shades of Galliano #D9A219
Tints of Galliano #D9A219
RGB
CMYK
RGB Variations
Color information
#D9A219 (or 0xD9A219) is known color: Galliano. HEX triplet: D9, A2 and 19. RGB value is (217,162,25). Sum of RGB (Red+Green+Blue) = 217+162+25=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A219 is #265DE6. Grayscale: #A3A3A3. Windows color (decimal): -2514407 or 1680089. OLE color: 1680089.
HSL color Cylindrical-coordinate representation of color #D9A219: hue angle of 42.81º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9A219 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 162 | 25 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.15 |
| HSL | 42.81º | 0.79% | 0.47% | - |
| HSV(B) | 42.81º | 0.88% | 0.85% | - |
| XYZ | 41.71 | 40.66 | 6.57 | - |
| YUV | 162.83 | 50.22 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 25 | 0 | 0.25 | 0.88 | 0.15 | 42.81 | 0.79 | 0.47 |
| Hex | D9 | A2 | 19 | 0 | 19 | 58 | F | 2B | 4F | 2F |
| Octal | 331 | 242 | 31 | 0 | 31 | 130 | 17 | 53 | 117 | 57 |
| Binary | 11011001 | 10100010 | 11001 | 0 | 11001 | 1011000 | 1111 | 101011 | 1001111 | 101111 |
Color Harmonies of #D9A219
Complementary color
Monochromatic Colors of #D9A219
Black with #D9A219
Text Example
Text Example
White with #D9A219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A219; }
p { color: rgb(217,162,25); }
H1.HeaderClassName
{
color: #D9A219;
}
.AnyTagClassName
{
color: #D9A219;
}
</style>
background-color css
<style>
a { background-color: #D9A219; }
a { background-color: rgb(217,162,25); }
div.DivClassName
{
background-color: #D9A219;
}
.BgClassName
{
background-color: #D9A219;
}
</style>
border-color css
<style>
span { border-color: #D9A219; }
span { border-color: rgb(217,162,25); }
td.TdClassName
{
border-color: #D9A219;
}
.TagClassName
{
border-color: #D9A219;
}
</style>