Shades of Old Gold #C8C03A
Tints of Old Gold #C8C03A
RGB
CMYK
RGB Variations
Color information
#C8C03A (or 0xC8C03A) is known color: Old Gold. HEX triplet: C8, C0 and 3A. RGB value is (200,192,58). Sum of RGB (Red+Green+Blue) = 200+192+58=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C03A is #373FC5. Grayscale: #B3B3B3. Windows color (decimal): -3620806 or 3850440. OLE color: 3850440.
HSL color Cylindrical-coordinate representation of color #C8C03A: hue angle of 56.62º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8C03A is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 58 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.22 |
| HSL | 56.62º | 0.56% | 0.51% | - |
| HSV(B) | 56.62º | 0.71% | 0.78% | - |
| XYZ | 43.43 | 50.28 | 11.42 | - |
| YUV | 179.12 | 59.65 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 58 | 0 | 0.04 | 0.71 | 0.22 | 56.62 | 0.56 | 0.51 |
| Hex | C8 | C0 | 3A | 0 | 4 | 47 | 16 | 39 | 38 | 33 |
| Octal | 310 | 300 | 72 | 0 | 4 | 107 | 26 | 71 | 70 | 63 |
| Binary | 11001000 | 11000000 | 111010 | 0 | 100 | 1000111 | 10110 | 111001 | 111000 | 110011 |
Color Harmonies of #C8C03A
Complementary color
Monochromatic Colors of #C8C03A
Black with #C8C03A
Text Example
Text Example
White with #C8C03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C03A; }
p { color: rgb(200,192,58); }
H1.HeaderClassName
{
color: #C8C03A;
}
.AnyTagClassName
{
color: #C8C03A;
}
</style>
background-color css
<style>
a { background-color: #C8C03A; }
a { background-color: rgb(200,192,58); }
div.DivClassName
{
background-color: #C8C03A;
}
.BgClassName
{
background-color: #C8C03A;
}
</style>
border-color css
<style>
span { border-color: #C8C03A; }
span { border-color: rgb(200,192,58); }
td.TdClassName
{
border-color: #C8C03A;
}
.TagClassName
{
border-color: #C8C03A;
}
</style>