Shades of Galliano #D8A818
Tints of Galliano #D8A818
RGB
CMYK
RGB Variations
Color information
#D8A818 (or 0xD8A818) is known color: Galliano. HEX triplet: D8, A8 and 18. RGB value is (216,168,24). Sum of RGB (Red+Green+Blue) = 216+168+24=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A818 is #2757E7. Grayscale: #A6A6A6. Windows color (decimal): -2578408 or 1616088. OLE color: 1616088.
HSL color Cylindrical-coordinate representation of color #D8A818: hue angle of 45º 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 #D8A818 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 24 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.15 |
| HSL | 45º | 0.8% | 0.47% | - |
| HSV(B) | 45º | 0.89% | 0.85% | - |
| XYZ | 42.49 | 42.67 | 6.86 | - |
| YUV | 165.94 | 47.9 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 24 | 0 | 0.22 | 0.89 | 0.15 | 45 | 0.8 | 0.47 |
| Hex | D8 | A8 | 18 | 0 | 16 | 59 | F | 2D | 50 | 2F |
| Octal | 330 | 250 | 30 | 0 | 26 | 131 | 17 | 55 | 120 | 57 |
| Binary | 11011000 | 10101000 | 11000 | 0 | 10110 | 1011001 | 1111 | 101101 | 1010000 | 101111 |
Color Harmonies of #D8A818
Complementary color
Monochromatic Colors of #D8A818
Black with #D8A818
Text Example
Text Example
White with #D8A818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A818; }
p { color: rgb(216,168,24); }
H1.HeaderClassName
{
color: #D8A818;
}
.AnyTagClassName
{
color: #D8A818;
}
</style>
background-color css
<style>
a { background-color: #D8A818; }
a { background-color: rgb(216,168,24); }
div.DivClassName
{
background-color: #D8A818;
}
.BgClassName
{
background-color: #D8A818;
}
</style>
border-color css
<style>
span { border-color: #D8A818; }
span { border-color: rgb(216,168,24); }
td.TdClassName
{
border-color: #D8A818;
}
.TagClassName
{
border-color: #D8A818;
}
</style>