Shades of Old Gold #C4C033
Tints of Old Gold #C4C033
RGB
CMYK
RGB Variations
Color information
#C4C033 (or 0xC4C033) is known color: Old Gold. HEX triplet: C4, C0 and 33. RGB value is (196,192,51). Sum of RGB (Red+Green+Blue) = 196+192+51=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C033 is #3B3FCC. Grayscale: #B1B1B1. Windows color (decimal): -3882957 or 3391684. OLE color: 3391684.
HSL color Cylindrical-coordinate representation of color #C4C033: hue angle of 58.34º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4C033 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 51 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.23 |
| HSL | 58.34º | 0.59% | 0.48% | - |
| HSV(B) | 58.34º | 0.74% | 0.77% | - |
| XYZ | 42.21 | 49.67 | 10.5 | - |
| YUV | 177.12 | 56.83 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 51 | 0 | 0.02 | 0.74 | 0.23 | 58.34 | 0.59 | 0.48 |
| Hex | C4 | C0 | 33 | 0 | 2 | 4A | 17 | 3A | 3B | 30 |
| Octal | 304 | 300 | 63 | 0 | 2 | 112 | 27 | 72 | 73 | 60 |
| Binary | 11000100 | 11000000 | 110011 | 0 | 10 | 1001010 | 10111 | 111010 | 111011 | 110000 |
Color Harmonies of #C4C033
Complementary color
Monochromatic Colors of #C4C033
Black with #C4C033
Text Example
Text Example
White with #C4C033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C033; }
p { color: rgb(196,192,51); }
H1.HeaderClassName
{
color: #C4C033;
}
.AnyTagClassName
{
color: #C4C033;
}
</style>
background-color css
<style>
a { background-color: #C4C033; }
a { background-color: rgb(196,192,51); }
div.DivClassName
{
background-color: #C4C033;
}
.BgClassName
{
background-color: #C4C033;
}
</style>
border-color css
<style>
span { border-color: #C4C033; }
span { border-color: rgb(196,192,51); }
td.TdClassName
{
border-color: #C4C033;
}
.TagClassName
{
border-color: #C4C033;
}
</style>