Shades of Old Gold #C2C03D
Tints of Old Gold #C2C03D
RGB
CMYK
RGB Variations
Color information
#C2C03D (or 0xC2C03D) is known color: Old Gold. HEX triplet: C2, C0 and 3D. RGB value is (194,192,61). Sum of RGB (Red+Green+Blue) = 194+192+61=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C03D is #3D3FC2. Grayscale: #B2B2B2. Windows color (decimal): -4014019 or 4047042. OLE color: 4047042.
HSL color Cylindrical-coordinate representation of color #C2C03D: hue angle of 59.1º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2C03D is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 61 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.24 |
| HSL | 59.1º | 0.52% | 0.5% | - |
| HSV(B) | 59.1º | 0.69% | 0.76% | - |
| XYZ | 41.94 | 49.51 | 11.76 | - |
| YUV | 177.66 | 62.16 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 61 | 0 | 0.01 | 0.69 | 0.24 | 59.1 | 0.52 | 0.5 |
| Hex | C2 | C0 | 3D | 0 | 1 | 45 | 18 | 3B | 34 | 32 |
| Octal | 302 | 300 | 75 | 0 | 1 | 105 | 30 | 73 | 64 | 62 |
| Binary | 11000010 | 11000000 | 111101 | 0 | 1 | 1000101 | 11000 | 111011 | 110100 | 110010 |
Color Harmonies of #C2C03D
Complementary color
Monochromatic Colors of #C2C03D
Black with #C2C03D
Text Example
Text Example
White with #C2C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C03D; }
p { color: rgb(194,192,61); }
H1.HeaderClassName
{
color: #C2C03D;
}
.AnyTagClassName
{
color: #C2C03D;
}
</style>
background-color css
<style>
a { background-color: #C2C03D; }
a { background-color: rgb(194,192,61); }
div.DivClassName
{
background-color: #C2C03D;
}
.BgClassName
{
background-color: #C2C03D;
}
</style>
border-color css
<style>
span { border-color: #C2C03D; }
span { border-color: rgb(194,192,61); }
td.TdClassName
{
border-color: #C2C03D;
}
.TagClassName
{
border-color: #C2C03D;
}
</style>