Shades of Galliano #C9A421
Tints of Galliano #C9A421
RGB
CMYK
RGB Variations
Color information
#C9A421 (or 0xC9A421) is known color: Galliano. HEX triplet: C9, A4 and 21. RGB value is (201,164,33). Sum of RGB (Red+Green+Blue) = 201+164+33=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A421 is #365BDE. Grayscale: #A0A0A0. Windows color (decimal): -3562463 or 2204873. OLE color: 2204873.
HSL color Cylindrical-coordinate representation of color #C9A421: hue angle of 46.79º 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 #C9A421 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 33 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.21 |
| HSL | 46.79º | 0.72% | 0.46% | - |
| HSV(B) | 46.79º | 0.84% | 0.79% | - |
| XYZ | 37.64 | 39.08 | 7 | - |
| YUV | 160.13 | 56.26 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 33 | 0 | 0.18 | 0.84 | 0.21 | 46.79 | 0.72 | 0.46 |
| Hex | C9 | A4 | 21 | 0 | 12 | 54 | 15 | 2F | 48 | 2E |
| Octal | 311 | 244 | 41 | 0 | 22 | 124 | 25 | 57 | 110 | 56 |
| Binary | 11001001 | 10100100 | 100001 | 0 | 10010 | 1010100 | 10101 | 101111 | 1001000 | 101110 |
Color Harmonies of #C9A421
Complementary color
Monochromatic Colors of #C9A421
Black with #C9A421
Text Example
Text Example
White with #C9A421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A421; }
p { color: rgb(201,164,33); }
H1.HeaderClassName
{
color: #C9A421;
}
.AnyTagClassName
{
color: #C9A421;
}
</style>
background-color css
<style>
a { background-color: #C9A421; }
a { background-color: rgb(201,164,33); }
div.DivClassName
{
background-color: #C9A421;
}
.BgClassName
{
background-color: #C9A421;
}
</style>
border-color css
<style>
span { border-color: #C9A421; }
span { border-color: rgb(201,164,33); }
td.TdClassName
{
border-color: #C9A421;
}
.TagClassName
{
border-color: #C9A421;
}
</style>