Shades of Galliano #D9A11F
Tints of Galliano #D9A11F
RGB
CMYK
RGB Variations
Color information
#D9A11F (or 0xD9A11F) is known color: Galliano. HEX triplet: D9, A1 and 1F. RGB value is (217,161,31). Sum of RGB (Red+Green+Blue) = 217+161+31=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A11F is #265EE0. Grayscale: #A3A3A3. Windows color (decimal): -2514657 or 2073049. OLE color: 2073049.
HSL color Cylindrical-coordinate representation of color #D9A11F: hue angle of 41.94º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9A11F is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 31 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.15 |
| HSL | 41.94º | 0.75% | 0.49% | - |
| HSV(B) | 41.94º | 0.86% | 0.85% | - |
| XYZ | 41.61 | 40.34 | 6.89 | - |
| YUV | 162.92 | 53.55 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 31 | 0 | 0.26 | 0.86 | 0.15 | 41.94 | 0.75 | 0.49 |
| Hex | D9 | A1 | 1F | 0 | 1A | 56 | F | 2A | 4B | 31 |
| Octal | 331 | 241 | 37 | 0 | 32 | 126 | 17 | 52 | 113 | 61 |
| Binary | 11011001 | 10100001 | 11111 | 0 | 11010 | 1010110 | 1111 | 101010 | 1001011 | 110001 |
Color Harmonies of #D9A11F
Complementary color
Monochromatic Colors of #D9A11F
Black with #D9A11F
Text Example
Text Example
White with #D9A11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A11F; }
p { color: rgb(217,161,31); }
H1.HeaderClassName
{
color: #D9A11F;
}
.AnyTagClassName
{
color: #D9A11F;
}
</style>
background-color css
<style>
a { background-color: #D9A11F; }
a { background-color: rgb(217,161,31); }
div.DivClassName
{
background-color: #D9A11F;
}
.BgClassName
{
background-color: #D9A11F;
}
</style>
border-color css
<style>
span { border-color: #D9A11F; }
span { border-color: rgb(217,161,31); }
td.TdClassName
{
border-color: #D9A11F;
}
.TagClassName
{
border-color: #D9A11F;
}
</style>