Shades of Galliano #C9A824
Tints of Galliano #C9A824
RGB
CMYK
RGB Variations
Color information
#C9A824 (or 0xC9A824) is known color: Galliano. HEX triplet: C9, A8 and 24. RGB value is (201,168,36). Sum of RGB (Red+Green+Blue) = 201+168+36=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A824 is #3657DB. Grayscale: #A3A3A3. Windows color (decimal): -3561436 or 2402505. OLE color: 2402505.
HSL color Cylindrical-coordinate representation of color #C9A824: hue angle of 48º 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 #C9A824 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 36 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.21 |
| HSL | 48º | 0.7% | 0.46% | - |
| HSV(B) | 48º | 0.82% | 0.79% | - |
| XYZ | 38.41 | 40.55 | 7.47 | - |
| YUV | 162.82 | 56.43 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 36 | 0 | 0.16 | 0.82 | 0.21 | 48 | 0.7 | 0.46 |
| Hex | C9 | A8 | 24 | 0 | 10 | 52 | 15 | 30 | 46 | 2E |
| Octal | 311 | 250 | 44 | 0 | 20 | 122 | 25 | 60 | 106 | 56 |
| Binary | 11001001 | 10101000 | 100100 | 0 | 10000 | 1010010 | 10101 | 110000 | 1000110 | 101110 |
Color Harmonies of #C9A824
Complementary color
Monochromatic Colors of #C9A824
Black with #C9A824
Text Example
Text Example
White with #C9A824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A824; }
p { color: rgb(201,168,36); }
H1.HeaderClassName
{
color: #C9A824;
}
.AnyTagClassName
{
color: #C9A824;
}
</style>
background-color css
<style>
a { background-color: #C9A824; }
a { background-color: rgb(201,168,36); }
div.DivClassName
{
background-color: #C9A824;
}
.BgClassName
{
background-color: #C9A824;
}
</style>
border-color css
<style>
span { border-color: #C9A824; }
span { border-color: rgb(201,168,36); }
td.TdClassName
{
border-color: #C9A824;
}
.TagClassName
{
border-color: #C9A824;
}
</style>