Shades of Galliano #D9AF17
Tints of Galliano #D9AF17
RGB
CMYK
RGB Variations
Color information
#D9AF17 (or 0xD9AF17) is known color: Galliano. HEX triplet: D9, AF and 17. RGB value is (217,175,23). Sum of RGB (Red+Green+Blue) = 217+175+23=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AF17 is #2650E8. Grayscale: #AAAAAA. Windows color (decimal): -2511081 or 1552345. OLE color: 1552345.
HSL color Cylindrical-coordinate representation of color #D9AF17: hue angle of 47.01º degrees, saturation: 0.81, 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 #D9AF17 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 23 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.15 |
| HSL | 47.01º | 0.81% | 0.47% | - |
| HSV(B) | 47.01º | 0.89% | 0.85% | - |
| XYZ | 44.1 | 45.47 | 7.26 | - |
| YUV | 170.23 | 44.91 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 23 | 0 | 0.19 | 0.89 | 0.15 | 47.01 | 0.81 | 0.47 |
| Hex | D9 | AF | 17 | 0 | 13 | 59 | F | 2F | 51 | 2F |
| Octal | 331 | 257 | 27 | 0 | 23 | 131 | 17 | 57 | 121 | 57 |
| Binary | 11011001 | 10101111 | 10111 | 0 | 10011 | 1011001 | 1111 | 101111 | 1010001 | 101111 |
Color Harmonies of #D9AF17
Complementary color
Monochromatic Colors of #D9AF17
Black with #D9AF17
Text Example
Text Example
White with #D9AF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF17; }
p { color: rgb(217,175,23); }
H1.HeaderClassName
{
color: #D9AF17;
}
.AnyTagClassName
{
color: #D9AF17;
}
</style>
background-color css
<style>
a { background-color: #D9AF17; }
a { background-color: rgb(217,175,23); }
div.DivClassName
{
background-color: #D9AF17;
}
.BgClassName
{
background-color: #D9AF17;
}
</style>
border-color css
<style>
span { border-color: #D9AF17; }
span { border-color: rgb(217,175,23); }
td.TdClassName
{
border-color: #D9AF17;
}
.TagClassName
{
border-color: #D9AF17;
}
</style>