Shades of Galliano #C9A820
Tints of Galliano #C9A820
RGB
CMYK
RGB Variations
Color information
#C9A820 (or 0xC9A820) is known color: Galliano. HEX triplet: C9, A8 and 20. RGB value is (201,168,32). Sum of RGB (Red+Green+Blue) = 201+168+32=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A820 is #3657DF. Grayscale: #A2A2A2. Windows color (decimal): -3561440 or 2140361. OLE color: 2140361.
HSL color Cylindrical-coordinate representation of color #C9A820: hue angle of 48.28º degrees, saturation: 0.73, 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 #C9A820 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 32 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.21 |
| HSL | 48.28º | 0.73% | 0.46% | - |
| HSV(B) | 48.28º | 0.84% | 0.79% | - |
| XYZ | 38.35 | 40.53 | 7.17 | - |
| YUV | 162.36 | 54.43 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 32 | 0 | 0.16 | 0.84 | 0.21 | 48.28 | 0.73 | 0.46 |
| Hex | C9 | A8 | 20 | 0 | 10 | 54 | 15 | 30 | 49 | 2E |
| Octal | 311 | 250 | 40 | 0 | 20 | 124 | 25 | 60 | 111 | 56 |
| Binary | 11001001 | 10101000 | 100000 | 0 | 10000 | 1010100 | 10101 | 110000 | 1001001 | 101110 |
Color Harmonies of #C9A820
Complementary color
Monochromatic Colors of #C9A820
Black with #C9A820
Text Example
Text Example
White with #C9A820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A820; }
p { color: rgb(201,168,32); }
H1.HeaderClassName
{
color: #C9A820;
}
.AnyTagClassName
{
color: #C9A820;
}
</style>
background-color css
<style>
a { background-color: #C9A820; }
a { background-color: rgb(201,168,32); }
div.DivClassName
{
background-color: #C9A820;
}
.BgClassName
{
background-color: #C9A820;
}
</style>
border-color css
<style>
span { border-color: #C9A820; }
span { border-color: rgb(201,168,32); }
td.TdClassName
{
border-color: #C9A820;
}
.TagClassName
{
border-color: #C9A820;
}
</style>