Shades of Old Gold #CCC03A
Tints of Old Gold #CCC03A
RGB
CMYK
RGB Variations
Color information
#CCC03A (or 0xCCC03A) is known color: Old Gold. HEX triplet: CC, C0 and 3A. RGB value is (204,192,58). Sum of RGB (Red+Green+Blue) = 204+192+58=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC03A is #333FC5. Grayscale: #B4B4B4. Windows color (decimal): -3358662 or 3850444. OLE color: 3850444.
HSL color Cylindrical-coordinate representation of color #CCC03A: hue angle of 55.07º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCC03A is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 58 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.2 |
| HSL | 55.07º | 0.59% | 0.51% | - |
| HSV(B) | 55.07º | 0.72% | 0.8% | - |
| XYZ | 44.52 | 50.84 | 11.47 | - |
| YUV | 180.31 | 58.98 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 58 | 0 | 0.06 | 0.72 | 0.2 | 55.07 | 0.59 | 0.51 |
| Hex | CC | C0 | 3A | 0 | 6 | 48 | 14 | 37 | 3B | 33 |
| Octal | 314 | 300 | 72 | 0 | 6 | 110 | 24 | 67 | 73 | 63 |
| Binary | 11001100 | 11000000 | 111010 | 0 | 110 | 1001000 | 10100 | 110111 | 111011 | 110011 |
Color Harmonies of #CCC03A
Complementary color
Monochromatic Colors of #CCC03A
Black with #CCC03A
Text Example
Text Example
White with #CCC03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC03A; }
p { color: rgb(204,192,58); }
H1.HeaderClassName
{
color: #CCC03A;
}
.AnyTagClassName
{
color: #CCC03A;
}
</style>
background-color css
<style>
a { background-color: #CCC03A; }
a { background-color: rgb(204,192,58); }
div.DivClassName
{
background-color: #CCC03A;
}
.BgClassName
{
background-color: #CCC03A;
}
</style>
border-color css
<style>
span { border-color: #CCC03A; }
span { border-color: rgb(204,192,58); }
td.TdClassName
{
border-color: #CCC03A;
}
.TagClassName
{
border-color: #CCC03A;
}
</style>