Shades of Old Gold #C8C034
Tints of Old Gold #C8C034
RGB
CMYK
RGB Variations
Color information
#C8C034 (or 0xC8C034) is known color: Old Gold. HEX triplet: C8, C0 and 34. RGB value is (200,192,52). Sum of RGB (Red+Green+Blue) = 200+192+52=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C034 is #373FCB. Grayscale: #B3B3B3. Windows color (decimal): -3620812 or 3457224. OLE color: 3457224.
HSL color Cylindrical-coordinate representation of color #C8C034: hue angle of 56.76º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8C034 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 52 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.22 |
| HSL | 56.76º | 0.59% | 0.49% | - |
| HSV(B) | 56.76º | 0.74% | 0.78% | - |
| XYZ | 43.29 | 50.23 | 10.66 | - |
| YUV | 178.43 | 56.65 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 52 | 0 | 0.04 | 0.74 | 0.22 | 56.76 | 0.59 | 0.49 |
| Hex | C8 | C0 | 34 | 0 | 4 | 4A | 16 | 39 | 3B | 31 |
| Octal | 310 | 300 | 64 | 0 | 4 | 112 | 26 | 71 | 73 | 61 |
| Binary | 11001000 | 11000000 | 110100 | 0 | 100 | 1001010 | 10110 | 111001 | 111011 | 110001 |
Color Harmonies of #C8C034
Complementary color
Monochromatic Colors of #C8C034
Black with #C8C034
Text Example
Text Example
White with #C8C034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C034; }
p { color: rgb(200,192,52); }
H1.HeaderClassName
{
color: #C8C034;
}
.AnyTagClassName
{
color: #C8C034;
}
</style>
background-color css
<style>
a { background-color: #C8C034; }
a { background-color: rgb(200,192,52); }
div.DivClassName
{
background-color: #C8C034;
}
.BgClassName
{
background-color: #C8C034;
}
</style>
border-color css
<style>
span { border-color: #C8C034; }
span { border-color: rgb(200,192,52); }
td.TdClassName
{
border-color: #C8C034;
}
.TagClassName
{
border-color: #C8C034;
}
</style>