Shades of Old Gold #CCC031
Tints of Old Gold #CCC031
RGB
CMYK
RGB Variations
Color information
#CCC031 (or 0xCCC031) is known color: Old Gold. HEX triplet: CC, C0 and 31. RGB value is (204,192,49). Sum of RGB (Red+Green+Blue) = 204+192+49=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 49 (19.53% from 255 or 11.01% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC031 is #333FCE. Grayscale: #B3B3B3. Windows color (decimal): -3358671 or 3260620. OLE color: 3260620.
HSL color Cylindrical-coordinate representation of color #CCC031: hue angle of 55.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCC031 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 49 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.2 |
| HSL | 55.35º | 0.61% | 0.5% | - |
| HSV(B) | 55.35º | 0.76% | 0.8% | - |
| XYZ | 44.31 | 50.76 | 10.37 | - |
| YUV | 179.29 | 54.48 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 49 | 0 | 0.06 | 0.76 | 0.2 | 55.35 | 0.61 | 0.5 |
| Hex | CC | C0 | 31 | 0 | 6 | 4C | 14 | 37 | 3D | 32 |
| Octal | 314 | 300 | 61 | 0 | 6 | 114 | 24 | 67 | 75 | 62 |
| Binary | 11001100 | 11000000 | 110001 | 0 | 110 | 1001100 | 10100 | 110111 | 111101 | 110010 |
Color Harmonies of #CCC031
Complementary color
Monochromatic Colors of #CCC031
Black with #CCC031
Text Example
Text Example
White with #CCC031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC031; }
p { color: rgb(204,192,49); }
H1.HeaderClassName
{
color: #CCC031;
}
.AnyTagClassName
{
color: #CCC031;
}
</style>
background-color css
<style>
a { background-color: #CCC031; }
a { background-color: rgb(204,192,49); }
div.DivClassName
{
background-color: #CCC031;
}
.BgClassName
{
background-color: #CCC031;
}
</style>
border-color css
<style>
span { border-color: #CCC031; }
span { border-color: rgb(204,192,49); }
td.TdClassName
{
border-color: #CCC031;
}
.TagClassName
{
border-color: #CCC031;
}
</style>