Shades of Galliano #C9A624
Tints of Galliano #C9A624
RGB
CMYK
RGB Variations
Color information
#C9A624 (or 0xC9A624) is known color: Galliano. HEX triplet: C9, A6 and 24. RGB value is (201,166,36). Sum of RGB (Red+Green+Blue) = 201+166+36=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A624 is #3659DB. Grayscale: #A2A2A2. Windows color (decimal): -3561948 or 2401993. OLE color: 2401993.
HSL color Cylindrical-coordinate representation of color #C9A624: hue angle of 47.27º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9A624 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 166 | 36 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.21 |
| HSL | 47.27º | 0.7% | 0.46% | - |
| HSV(B) | 47.27º | 0.82% | 0.79% | - |
| XYZ | 38.04 | 39.82 | 7.35 | - |
| YUV | 161.65 | 57.1 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 36 | 0 | 0.17 | 0.82 | 0.21 | 47.27 | 0.7 | 0.46 |
| Hex | C9 | A6 | 24 | 0 | 11 | 52 | 15 | 2F | 46 | 2E |
| Octal | 311 | 246 | 44 | 0 | 21 | 122 | 25 | 57 | 106 | 56 |
| Binary | 11001001 | 10100110 | 100100 | 0 | 10001 | 1010010 | 10101 | 101111 | 1000110 | 101110 |
Color Harmonies of #C9A624
Complementary color
Monochromatic Colors of #C9A624
Black with #C9A624
Text Example
Text Example
White with #C9A624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A624; }
p { color: rgb(201,166,36); }
H1.HeaderClassName
{
color: #C9A624;
}
.AnyTagClassName
{
color: #C9A624;
}
</style>
background-color css
<style>
a { background-color: #C9A624; }
a { background-color: rgb(201,166,36); }
div.DivClassName
{
background-color: #C9A624;
}
.BgClassName
{
background-color: #C9A624;
}
</style>
border-color css
<style>
span { border-color: #C9A624; }
span { border-color: rgb(201,166,36); }
td.TdClassName
{
border-color: #C9A624;
}
.TagClassName
{
border-color: #C9A624;
}
</style>