Shades of Galliano #D9A921
Tints of Galliano #D9A921
RGB
CMYK
RGB Variations
Color information
#D9A921 (or 0xD9A921) is known color: Galliano. HEX triplet: D9, A9 and 21. RGB value is (217,169,33). Sum of RGB (Red+Green+Blue) = 217+169+33=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A921 is #2656DE. Grayscale: #A8A8A8. Windows color (decimal): -2512607 or 2206169. OLE color: 2206169.
HSL color Cylindrical-coordinate representation of color #D9A921: hue angle of 44.35º 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 #D9A921 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 169 | 33 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.15 |
| HSL | 44.35º | 0.74% | 0.49% | - |
| HSV(B) | 44.35º | 0.85% | 0.85% | - |
| XYZ | 43.08 | 43.24 | 7.51 | - |
| YUV | 167.85 | 51.9 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 169 | 33 | 0 | 0.22 | 0.85 | 0.15 | 44.35 | 0.74 | 0.49 |
| Hex | D9 | A9 | 21 | 0 | 16 | 55 | F | 2C | 4A | 31 |
| Octal | 331 | 251 | 41 | 0 | 26 | 125 | 17 | 54 | 112 | 61 |
| Binary | 11011001 | 10101001 | 100001 | 0 | 10110 | 1010101 | 1111 | 101100 | 1001010 | 110001 |
Color Harmonies of #D9A921
Complementary color
Monochromatic Colors of #D9A921
Black with #D9A921
Text Example
Text Example
White with #D9A921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A921; }
p { color: rgb(217,169,33); }
H1.HeaderClassName
{
color: #D9A921;
}
.AnyTagClassName
{
color: #D9A921;
}
</style>
background-color css
<style>
a { background-color: #D9A921; }
a { background-color: rgb(217,169,33); }
div.DivClassName
{
background-color: #D9A921;
}
.BgClassName
{
background-color: #D9A921;
}
</style>
border-color css
<style>
span { border-color: #D9A921; }
span { border-color: rgb(217,169,33); }
td.TdClassName
{
border-color: #D9A921;
}
.TagClassName
{
border-color: #D9A921;
}
</style>