Shades of Old Gold #C9C03D
Tints of Old Gold #C9C03D
RGB
CMYK
RGB Variations
Color information
#C9C03D (or 0xC9C03D) is known color: Old Gold. HEX triplet: C9, C0 and 3D. RGB value is (201,192,61). Sum of RGB (Red+Green+Blue) = 201+192+61=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C03D is #363FC2. Grayscale: #B4B4B4. Windows color (decimal): -3555267 or 4047049. OLE color: 4047049.
HSL color Cylindrical-coordinate representation of color #C9C03D: hue angle of 56.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9C03D is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 61 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.21 |
| HSL | 56.14º | 0.56% | 0.51% | - |
| HSV(B) | 56.14º | 0.7% | 0.79% | - |
| XYZ | 43.78 | 50.45 | 11.85 | - |
| YUV | 179.76 | 60.98 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 61 | 0 | 0.04 | 0.70 | 0.21 | 56.14 | 0.56 | 0.51 |
| Hex | C9 | C0 | 3D | 0 | 4 | 46 | 15 | 38 | 38 | 33 |
| Octal | 311 | 300 | 75 | 0 | 4 | 106 | 25 | 70 | 70 | 63 |
| Binary | 11001001 | 11000000 | 111101 | 0 | 100 | 1000110 | 10101 | 111000 | 111000 | 110011 |
Color Harmonies of #C9C03D
Complementary color
Monochromatic Colors of #C9C03D
Black with #C9C03D
Text Example
Text Example
White with #C9C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C03D; }
p { color: rgb(201,192,61); }
H1.HeaderClassName
{
color: #C9C03D;
}
.AnyTagClassName
{
color: #C9C03D;
}
</style>
background-color css
<style>
a { background-color: #C9C03D; }
a { background-color: rgb(201,192,61); }
div.DivClassName
{
background-color: #C9C03D;
}
.BgClassName
{
background-color: #C9C03D;
}
</style>
border-color css
<style>
span { border-color: #C9C03D; }
span { border-color: rgb(201,192,61); }
td.TdClassName
{
border-color: #C9C03D;
}
.TagClassName
{
border-color: #C9C03D;
}
</style>