Shades of Galliano #D8AA15
Tints of Galliano #D8AA15
RGB
CMYK
RGB Variations
Color information
#D8AA15 (or 0xD8AA15) is known color: Galliano. HEX triplet: D8, AA and 15. RGB value is (216,170,21). Sum of RGB (Red+Green+Blue) = 216+170+21=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AA15 is #2755EA. Grayscale: #A7A7A7. Windows color (decimal): -2577899 or 1419992. OLE color: 1419992.
HSL color Cylindrical-coordinate representation of color #D8AA15: hue angle of 45.85º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8AA15 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 21 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.15 |
| HSL | 45.85º | 0.82% | 0.46% | - |
| HSV(B) | 45.85º | 0.9% | 0.85% | - |
| XYZ | 42.83 | 43.4 | 6.83 | - |
| YUV | 166.77 | 45.74 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 21 | 0 | 0.21 | 0.90 | 0.15 | 45.85 | 0.82 | 0.46 |
| Hex | D8 | AA | 15 | 0 | 15 | 5A | F | 2E | 52 | 2E |
| Octal | 330 | 252 | 25 | 0 | 25 | 132 | 17 | 56 | 122 | 56 |
| Binary | 11011000 | 10101010 | 10101 | 0 | 10101 | 1011010 | 1111 | 101110 | 1010010 | 101110 |
Color Harmonies of #D8AA15
Complementary color
Monochromatic Colors of #D8AA15
Black with #D8AA15
Text Example
Text Example
White with #D8AA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AA15; }
p { color: rgb(216,170,21); }
H1.HeaderClassName
{
color: #D8AA15;
}
.AnyTagClassName
{
color: #D8AA15;
}
</style>
background-color css
<style>
a { background-color: #D8AA15; }
a { background-color: rgb(216,170,21); }
div.DivClassName
{
background-color: #D8AA15;
}
.BgClassName
{
background-color: #D8AA15;
}
</style>
border-color css
<style>
span { border-color: #D8AA15; }
span { border-color: rgb(216,170,21); }
td.TdClassName
{
border-color: #D8AA15;
}
.TagClassName
{
border-color: #D8AA15;
}
</style>