Shades of Old Gold #C6C03C
Tints of Old Gold #C6C03C
RGB
CMYK
RGB Variations
Color information
#C6C03C (or 0xC6C03C) is known color: Old Gold. HEX triplet: C6, C0 and 3C. RGB value is (198,192,60). Sum of RGB (Red+Green+Blue) = 198+192+60=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C03C is #393FC3. Grayscale: #B3B3B3. Windows color (decimal): -3751876 or 3981510. OLE color: 3981510.
HSL color Cylindrical-coordinate representation of color #C6C03C: hue angle of 57.39º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6C03C is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 60 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.22 |
| HSL | 57.39º | 0.55% | 0.51% | - |
| HSV(B) | 57.39º | 0.7% | 0.78% | - |
| XYZ | 42.95 | 50.03 | 11.67 | - |
| YUV | 178.75 | 60.99 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 60 | 0 | 0.03 | 0.70 | 0.22 | 57.39 | 0.55 | 0.51 |
| Hex | C6 | C0 | 3C | 0 | 3 | 46 | 16 | 39 | 37 | 33 |
| Octal | 306 | 300 | 74 | 0 | 3 | 106 | 26 | 71 | 67 | 63 |
| Binary | 11000110 | 11000000 | 111100 | 0 | 11 | 1000110 | 10110 | 111001 | 110111 | 110011 |
Color Harmonies of #C6C03C
Complementary color
Monochromatic Colors of #C6C03C
Black with #C6C03C
Text Example
Text Example
White with #C6C03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C03C; }
p { color: rgb(198,192,60); }
H1.HeaderClassName
{
color: #C6C03C;
}
.AnyTagClassName
{
color: #C6C03C;
}
</style>
background-color css
<style>
a { background-color: #C6C03C; }
a { background-color: rgb(198,192,60); }
div.DivClassName
{
background-color: #C6C03C;
}
.BgClassName
{
background-color: #C6C03C;
}
</style>
border-color css
<style>
span { border-color: #C6C03C; }
span { border-color: rgb(198,192,60); }
td.TdClassName
{
border-color: #C6C03C;
}
.TagClassName
{
border-color: #C6C03C;
}
</style>