Shades of Galliano #D5A218
Tints of Galliano #D5A218
RGB
CMYK
RGB Variations
Color information
#D5A218 (or 0xD5A218) is known color: Galliano. HEX triplet: D5, A2 and 18. RGB value is (213,162,24). Sum of RGB (Red+Green+Blue) = 213+162+24=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A218 is #2A5DE7. Grayscale: #A2A2A2. Windows color (decimal): -2776552 or 1614549. OLE color: 1614549.
HSL color Cylindrical-coordinate representation of color #D5A218: hue angle of 43.81º 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 #D5A218 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 24 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.16 |
| HSL | 43.81º | 0.8% | 0.46% | - |
| HSV(B) | 43.81º | 0.89% | 0.84% | - |
| XYZ | 40.53 | 40.05 | 6.46 | - |
| YUV | 161.52 | 50.4 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 24 | 0 | 0.24 | 0.89 | 0.16 | 43.81 | 0.8 | 0.46 |
| Hex | D5 | A2 | 18 | 0 | 18 | 59 | 10 | 2C | 50 | 2E |
| Octal | 325 | 242 | 30 | 0 | 30 | 131 | 20 | 54 | 120 | 56 |
| Binary | 11010101 | 10100010 | 11000 | 0 | 11000 | 1011001 | 10000 | 101100 | 1010000 | 101110 |
Color Harmonies of #D5A218
Complementary color
Monochromatic Colors of #D5A218
Black with #D5A218
Text Example
Text Example
White with #D5A218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A218; }
p { color: rgb(213,162,24); }
H1.HeaderClassName
{
color: #D5A218;
}
.AnyTagClassName
{
color: #D5A218;
}
</style>
background-color css
<style>
a { background-color: #D5A218; }
a { background-color: rgb(213,162,24); }
div.DivClassName
{
background-color: #D5A218;
}
.BgClassName
{
background-color: #D5A218;
}
</style>
border-color css
<style>
span { border-color: #D5A218; }
span { border-color: rgb(213,162,24); }
td.TdClassName
{
border-color: #D5A218;
}
.TagClassName
{
border-color: #D5A218;
}
</style>