Shades of Galliano #C9A721
Tints of Galliano #C9A721
RGB
CMYK
RGB Variations
Color information
#C9A721 (or 0xC9A721) is known color: Galliano. HEX triplet: C9, A7 and 21. RGB value is (201,167,33). Sum of RGB (Red+Green+Blue) = 201+167+33=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A721 is #3658DE. Grayscale: #A2A2A2. Windows color (decimal): -3561695 or 2205641. OLE color: 2205641.
HSL color Cylindrical-coordinate representation of color #C9A721: hue angle of 47.86º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9A721 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 33 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.21 |
| HSL | 47.86º | 0.72% | 0.46% | - |
| HSV(B) | 47.86º | 0.84% | 0.79% | - |
| XYZ | 38.18 | 40.16 | 7.18 | - |
| YUV | 161.89 | 55.26 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 33 | 0 | 0.17 | 0.84 | 0.21 | 47.86 | 0.72 | 0.46 |
| Hex | C9 | A7 | 21 | 0 | 11 | 54 | 15 | 30 | 48 | 2E |
| Octal | 311 | 247 | 41 | 0 | 21 | 124 | 25 | 60 | 110 | 56 |
| Binary | 11001001 | 10100111 | 100001 | 0 | 10001 | 1010100 | 10101 | 110000 | 1001000 | 101110 |
Color Harmonies of #C9A721
Complementary color
Monochromatic Colors of #C9A721
Black with #C9A721
Text Example
Text Example
White with #C9A721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A721; }
p { color: rgb(201,167,33); }
H1.HeaderClassName
{
color: #C9A721;
}
.AnyTagClassName
{
color: #C9A721;
}
</style>
background-color css
<style>
a { background-color: #C9A721; }
a { background-color: rgb(201,167,33); }
div.DivClassName
{
background-color: #C9A721;
}
.BgClassName
{
background-color: #C9A721;
}
</style>
border-color css
<style>
span { border-color: #C9A721; }
span { border-color: rgb(201,167,33); }
td.TdClassName
{
border-color: #C9A721;
}
.TagClassName
{
border-color: #C9A721;
}
</style>