Shades of Old Gold #C9C043
Tints of Old Gold #C9C043
RGB
CMYK
RGB Variations
Color information
#C9C043 (or 0xC9C043) is known color: Old Gold. HEX triplet: C9, C0 and 43. RGB value is (201,192,67). Sum of RGB (Red+Green+Blue) = 201+192+67=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 67 (26.56% from 255 or 14.57% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C043 is #363FBC. Grayscale: #B4B4B4. Windows color (decimal): -3555261 or 4440265. OLE color: 4440265.
HSL color Cylindrical-coordinate representation of color #C9C043: hue angle of 55.97º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9C043 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 67 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.21 |
| HSL | 55.97º | 0.55% | 0.53% | - |
| HSV(B) | 55.97º | 0.67% | 0.79% | - |
| XYZ | 43.95 | 50.52 | 12.75 | - |
| YUV | 180.44 | 63.98 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 67 | 0 | 0.04 | 0.67 | 0.21 | 55.97 | 0.55 | 0.53 |
| Hex | C9 | C0 | 43 | 0 | 4 | 43 | 15 | 38 | 37 | 35 |
| Octal | 311 | 300 | 103 | 0 | 4 | 103 | 25 | 70 | 67 | 65 |
| Binary | 11001001 | 11000000 | 1000011 | 0 | 100 | 1000011 | 10101 | 111000 | 110111 | 110101 |
Color Harmonies of #C9C043
Complementary color
Monochromatic Colors of #C9C043
Black with #C9C043
Text Example
Text Example
White with #C9C043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C043; }
p { color: rgb(201,192,67); }
H1.HeaderClassName
{
color: #C9C043;
}
.AnyTagClassName
{
color: #C9C043;
}
</style>
background-color css
<style>
a { background-color: #C9C043; }
a { background-color: rgb(201,192,67); }
div.DivClassName
{
background-color: #C9C043;
}
.BgClassName
{
background-color: #C9C043;
}
</style>
border-color css
<style>
span { border-color: #C9C043; }
span { border-color: rgb(201,192,67); }
td.TdClassName
{
border-color: #C9C043;
}
.TagClassName
{
border-color: #C9C043;
}
</style>