Shades of Galliano #C9A722
Tints of Galliano #C9A722
RGB
CMYK
RGB Variations
Color information
#C9A722 (or 0xC9A722) is known color: Galliano. HEX triplet: C9, A7 and 22. RGB value is (201,167,34). Sum of RGB (Red+Green+Blue) = 201+167+34=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 34 (13.67% from 255 or 8.46% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A722 is #3658DD. Grayscale: #A2A2A2. Windows color (decimal): -3561694 or 2271177. OLE color: 2271177.
HSL color Cylindrical-coordinate representation of color #C9A722: hue angle of 47.78º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9A722 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 34 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.21 |
| HSL | 47.78º | 0.71% | 0.46% | - |
| HSV(B) | 47.78º | 0.83% | 0.79% | - |
| XYZ | 38.19 | 40.17 | 7.25 | - |
| YUV | 162 | 55.76 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 34 | 0 | 0.17 | 0.83 | 0.21 | 47.78 | 0.71 | 0.46 |
| Hex | C9 | A7 | 22 | 0 | 11 | 53 | 15 | 30 | 47 | 2E |
| Octal | 311 | 247 | 42 | 0 | 21 | 123 | 25 | 60 | 107 | 56 |
| Binary | 11001001 | 10100111 | 100010 | 0 | 10001 | 1010011 | 10101 | 110000 | 1000111 | 101110 |
Color Harmonies of #C9A722
Complementary color
Monochromatic Colors of #C9A722
Black with #C9A722
Text Example
Text Example
White with #C9A722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A722; }
p { color: rgb(201,167,34); }
H1.HeaderClassName
{
color: #C9A722;
}
.AnyTagClassName
{
color: #C9A722;
}
</style>
background-color css
<style>
a { background-color: #C9A722; }
a { background-color: rgb(201,167,34); }
div.DivClassName
{
background-color: #C9A722;
}
.BgClassName
{
background-color: #C9A722;
}
</style>
border-color css
<style>
span { border-color: #C9A722; }
span { border-color: rgb(201,167,34); }
td.TdClassName
{
border-color: #C9A722;
}
.TagClassName
{
border-color: #C9A722;
}
</style>