Shades of Galliano #D8A018
Tints of Galliano #D8A018
RGB
CMYK
RGB Variations
Color information
#D8A018 (or 0xD8A018) is known color: Galliano. HEX triplet: D8, A0 and 18. RGB value is (216,160,24). Sum of RGB (Red+Green+Blue) = 216+160+24=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A018 is #275FE7. Grayscale: #A1A1A1. Windows color (decimal): -2580456 or 1614040. OLE color: 1614040.
HSL color Cylindrical-coordinate representation of color #D8A018: hue angle of 42.5º 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 #D8A018 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 160 | 24 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.15 |
| HSL | 42.5º | 0.8% | 0.47% | - |
| HSV(B) | 42.5º | 0.89% | 0.85% | - |
| XYZ | 41.05 | 39.81 | 6.38 | - |
| YUV | 161.24 | 50.55 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 24 | 0 | 0.26 | 0.89 | 0.15 | 42.5 | 0.8 | 0.47 |
| Hex | D8 | A0 | 18 | 0 | 1A | 59 | F | 2A | 50 | 2F |
| Octal | 330 | 240 | 30 | 0 | 32 | 131 | 17 | 52 | 120 | 57 |
| Binary | 11011000 | 10100000 | 11000 | 0 | 11010 | 1011001 | 1111 | 101010 | 1010000 | 101111 |
Color Harmonies of #D8A018
Complementary color
Monochromatic Colors of #D8A018
Black with #D8A018
Text Example
Text Example
White with #D8A018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A018; }
p { color: rgb(216,160,24); }
H1.HeaderClassName
{
color: #D8A018;
}
.AnyTagClassName
{
color: #D8A018;
}
</style>
background-color css
<style>
a { background-color: #D8A018; }
a { background-color: rgb(216,160,24); }
div.DivClassName
{
background-color: #D8A018;
}
.BgClassName
{
background-color: #D8A018;
}
</style>
border-color css
<style>
span { border-color: #D8A018; }
span { border-color: rgb(216,160,24); }
td.TdClassName
{
border-color: #D8A018;
}
.TagClassName
{
border-color: #D8A018;
}
</style>