Shades of Old Gold #C3C03F
Tints of Old Gold #C3C03F
RGB
CMYK
RGB Variations
Color information
#C3C03F (or 0xC3C03F) is known color: Old Gold. HEX triplet: C3, C0 and 3F. RGB value is (195,192,63). Sum of RGB (Red+Green+Blue) = 195+192+63=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C03F is #3C3FC0. Grayscale: #B2B2B2. Windows color (decimal): -3948481 or 4178115. OLE color: 4178115.
HSL color Cylindrical-coordinate representation of color #C3C03F: hue angle of 58.64º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3C03F is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 63 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.24 |
| HSL | 58.64º | 0.52% | 0.51% | - |
| HSV(B) | 58.64º | 0.68% | 0.76% | - |
| XYZ | 42.25 | 49.66 | 12.06 | - |
| YUV | 178.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 63 | 0 | 0.02 | 0.68 | 0.24 | 58.64 | 0.52 | 0.51 |
| Hex | C3 | C0 | 3F | 0 | 2 | 44 | 18 | 3B | 34 | 33 |
| Octal | 303 | 300 | 77 | 0 | 2 | 104 | 30 | 73 | 64 | 63 |
| Binary | 11000011 | 11000000 | 111111 | 0 | 10 | 1000100 | 11000 | 111011 | 110100 | 110011 |
Color Harmonies of #C3C03F
Complementary color
Monochromatic Colors of #C3C03F
Black with #C3C03F
Text Example
Text Example
White with #C3C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C03F; }
p { color: rgb(195,192,63); }
H1.HeaderClassName
{
color: #C3C03F;
}
.AnyTagClassName
{
color: #C3C03F;
}
</style>
background-color css
<style>
a { background-color: #C3C03F; }
a { background-color: rgb(195,192,63); }
div.DivClassName
{
background-color: #C3C03F;
}
.BgClassName
{
background-color: #C3C03F;
}
</style>
border-color css
<style>
span { border-color: #C3C03F; }
span { border-color: rgb(195,192,63); }
td.TdClassName
{
border-color: #C3C03F;
}
.TagClassName
{
border-color: #C3C03F;
}
</style>