Shades of Galliano #D1AF15
Tints of Galliano #D1AF15
RGB
CMYK
RGB Variations
Color information
#D1AF15 (or 0xD1AF15) is known color: Galliano. HEX triplet: D1, AF and 15. RGB value is (209,175,21). Sum of RGB (Red+Green+Blue) = 209+175+21=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AF15 is #2E50EA. Grayscale: #A8A8A8. Windows color (decimal): -3035371 or 1421265. OLE color: 1421265.
HSL color Cylindrical-coordinate representation of color #D1AF15: hue angle of 49.15º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1AF15 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 21 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.18 |
| HSL | 49.15º | 0.82% | 0.45% | - |
| HSV(B) | 49.15º | 0.9% | 0.82% | - |
| XYZ | 41.76 | 44.27 | 7.05 | - |
| YUV | 167.61 | 45.26 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 21 | 0 | 0.16 | 0.90 | 0.18 | 49.15 | 0.82 | 0.45 |
| Hex | D1 | AF | 15 | 0 | 10 | 5A | 12 | 31 | 52 | 2D |
| Octal | 321 | 257 | 25 | 0 | 20 | 132 | 22 | 61 | 122 | 55 |
| Binary | 11010001 | 10101111 | 10101 | 0 | 10000 | 1011010 | 10010 | 110001 | 1010010 | 101101 |
Color Harmonies of #D1AF15
Complementary color
Monochromatic Colors of #D1AF15
Black with #D1AF15
Text Example
Text Example
White with #D1AF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF15; }
p { color: rgb(209,175,21); }
H1.HeaderClassName
{
color: #D1AF15;
}
.AnyTagClassName
{
color: #D1AF15;
}
</style>
background-color css
<style>
a { background-color: #D1AF15; }
a { background-color: rgb(209,175,21); }
div.DivClassName
{
background-color: #D1AF15;
}
.BgClassName
{
background-color: #D1AF15;
}
</style>
border-color css
<style>
span { border-color: #D1AF15; }
span { border-color: rgb(209,175,21); }
td.TdClassName
{
border-color: #D1AF15;
}
.TagClassName
{
border-color: #D1AF15;
}
</style>