Shades of Galliano #D9AF15
Tints of Galliano #D9AF15
RGB
CMYK
RGB Variations
Color information
#D9AF15 (or 0xD9AF15) is known color: Galliano. HEX triplet: D9, AF and 15. RGB value is (217,175,21). Sum of RGB (Red+Green+Blue) = 217+175+21=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AF15 is #2650EA. Grayscale: #AAAAAA. Windows color (decimal): -2511083 or 1421273. OLE color: 1421273.
HSL color Cylindrical-coordinate representation of color #D9AF15: hue angle of 47.14º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9AF15 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 21 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.15 |
| HSL | 47.14º | 0.82% | 0.47% | - |
| HSV(B) | 47.14º | 0.9% | 0.85% | - |
| XYZ | 44.08 | 45.47 | 7.16 | - |
| YUV | 170 | 43.91 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 21 | 0 | 0.19 | 0.90 | 0.15 | 47.14 | 0.82 | 0.47 |
| Hex | D9 | AF | 15 | 0 | 13 | 5A | F | 2F | 52 | 2F |
| Octal | 331 | 257 | 25 | 0 | 23 | 132 | 17 | 57 | 122 | 57 |
| Binary | 11011001 | 10101111 | 10101 | 0 | 10011 | 1011010 | 1111 | 101111 | 1010010 | 101111 |
Color Harmonies of #D9AF15
Complementary color
Monochromatic Colors of #D9AF15
Black with #D9AF15
Text Example
Text Example
White with #D9AF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF15; }
p { color: rgb(217,175,21); }
H1.HeaderClassName
{
color: #D9AF15;
}
.AnyTagClassName
{
color: #D9AF15;
}
</style>
background-color css
<style>
a { background-color: #D9AF15; }
a { background-color: rgb(217,175,21); }
div.DivClassName
{
background-color: #D9AF15;
}
.BgClassName
{
background-color: #D9AF15;
}
</style>
border-color css
<style>
span { border-color: #D9AF15; }
span { border-color: rgb(217,175,21); }
td.TdClassName
{
border-color: #D9AF15;
}
.TagClassName
{
border-color: #D9AF15;
}
</style>