Shades of Galliano #D9A018
Tints of Galliano #D9A018
RGB
CMYK
RGB Variations
Color information
#D9A018 (or 0xD9A018) is known color: Galliano. HEX triplet: D9, A0 and 18. RGB value is (217,160,24). Sum of RGB (Red+Green+Blue) = 217+160+24=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A018 is #265FE7. Grayscale: #A2A2A2. Windows color (decimal): -2514920 or 1614041. OLE color: 1614041.
HSL color Cylindrical-coordinate representation of color #D9A018: hue angle of 42.28º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9A018 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 24 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.15 |
| HSL | 42.28º | 0.8% | 0.47% | - |
| HSV(B) | 42.28º | 0.89% | 0.85% | - |
| XYZ | 41.35 | 39.96 | 6.4 | - |
| YUV | 161.54 | 50.38 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 24 | 0 | 0.26 | 0.89 | 0.15 | 42.28 | 0.8 | 0.47 |
| Hex | D9 | A0 | 18 | 0 | 1A | 59 | F | 2A | 50 | 2F |
| Octal | 331 | 240 | 30 | 0 | 32 | 131 | 17 | 52 | 120 | 57 |
| Binary | 11011001 | 10100000 | 11000 | 0 | 11010 | 1011001 | 1111 | 101010 | 1010000 | 101111 |
Color Harmonies of #D9A018
Complementary color
Monochromatic Colors of #D9A018
Black with #D9A018
Text Example
Text Example
White with #D9A018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A018; }
p { color: rgb(217,160,24); }
H1.HeaderClassName
{
color: #D9A018;
}
.AnyTagClassName
{
color: #D9A018;
}
</style>
background-color css
<style>
a { background-color: #D9A018; }
a { background-color: rgb(217,160,24); }
div.DivClassName
{
background-color: #D9A018;
}
.BgClassName
{
background-color: #D9A018;
}
</style>
border-color css
<style>
span { border-color: #D9A018; }
span { border-color: rgb(217,160,24); }
td.TdClassName
{
border-color: #D9A018;
}
.TagClassName
{
border-color: #D9A018;
}
</style>