Shades of Galliano #D9AF27
Tints of Galliano #D9AF27
RGB
CMYK
RGB Variations
Color information
#D9AF27 (or 0xD9AF27) is known color: Galliano. HEX triplet: D9, AF and 27. RGB value is (217,175,39). Sum of RGB (Red+Green+Blue) = 217+175+39=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AF27 is #2650D8. Grayscale: #ACACAC. Windows color (decimal): -2511065 or 2600921. OLE color: 2600921.
HSL color Cylindrical-coordinate representation of color #D9AF27: hue angle of 45.84º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9AF27 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 39 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.15 |
| HSL | 45.84º | 0.7% | 0.5% | - |
| HSV(B) | 45.84º | 0.82% | 0.85% | - |
| XYZ | 44.31 | 45.56 | 8.38 | - |
| YUV | 172.05 | 52.91 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 39 | 0 | 0.19 | 0.82 | 0.15 | 45.84 | 0.7 | 0.5 |
| Hex | D9 | AF | 27 | 0 | 13 | 52 | F | 2E | 46 | 32 |
| Octal | 331 | 257 | 47 | 0 | 23 | 122 | 17 | 56 | 106 | 62 |
| Binary | 11011001 | 10101111 | 100111 | 0 | 10011 | 1010010 | 1111 | 101110 | 1000110 | 110010 |
Color Harmonies of #D9AF27
Complementary color
Monochromatic Colors of #D9AF27
Black with #D9AF27
Text Example
Text Example
White with #D9AF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF27; }
p { color: rgb(217,175,39); }
H1.HeaderClassName
{
color: #D9AF27;
}
.AnyTagClassName
{
color: #D9AF27;
}
</style>
background-color css
<style>
a { background-color: #D9AF27; }
a { background-color: rgb(217,175,39); }
div.DivClassName
{
background-color: #D9AF27;
}
.BgClassName
{
background-color: #D9AF27;
}
</style>
border-color css
<style>
span { border-color: #D9AF27; }
span { border-color: rgb(217,175,39); }
td.TdClassName
{
border-color: #D9AF27;
}
.TagClassName
{
border-color: #D9AF27;
}
</style>