Shades of Galliano #D9A220
Tints of Galliano #D9A220
RGB
CMYK
RGB Variations
Color information
#D9A220 (or 0xD9A220) is known color: Galliano. HEX triplet: D9, A2 and 20. RGB value is (217,162,32). Sum of RGB (Red+Green+Blue) = 217+162+32=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A220 is #265DDF. Grayscale: #A4A4A4. Windows color (decimal): -2514400 or 2138841. OLE color: 2138841.
HSL color Cylindrical-coordinate representation of color #D9A220: hue angle of 42.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9A220 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 162 | 32 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.15 |
| HSL | 42.16º | 0.74% | 0.49% | - |
| HSV(B) | 42.16º | 0.85% | 0.85% | - |
| XYZ | 41.8 | 40.7 | 7.02 | - |
| YUV | 163.63 | 53.72 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 32 | 0 | 0.25 | 0.85 | 0.15 | 42.16 | 0.74 | 0.49 |
| Hex | D9 | A2 | 20 | 0 | 19 | 55 | F | 2A | 4A | 31 |
| Octal | 331 | 242 | 40 | 0 | 31 | 125 | 17 | 52 | 112 | 61 |
| Binary | 11011001 | 10100010 | 100000 | 0 | 11001 | 1010101 | 1111 | 101010 | 1001010 | 110001 |
Color Harmonies of #D9A220
Complementary color
Monochromatic Colors of #D9A220
Black with #D9A220
Text Example
Text Example
White with #D9A220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A220; }
p { color: rgb(217,162,32); }
H1.HeaderClassName
{
color: #D9A220;
}
.AnyTagClassName
{
color: #D9A220;
}
</style>
background-color css
<style>
a { background-color: #D9A220; }
a { background-color: rgb(217,162,32); }
div.DivClassName
{
background-color: #D9A220;
}
.BgClassName
{
background-color: #D9A220;
}
</style>
border-color css
<style>
span { border-color: #D9A220; }
span { border-color: rgb(217,162,32); }
td.TdClassName
{
border-color: #D9A220;
}
.TagClassName
{
border-color: #D9A220;
}
</style>