Shades of Old Gold #CCC03C
Tints of Old Gold #CCC03C
RGB
CMYK
RGB Variations
Color information
#CCC03C (or 0xCCC03C) is known color: Old Gold. HEX triplet: CC, C0 and 3C. RGB value is (204,192,60). Sum of RGB (Red+Green+Blue) = 204+192+60=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC03C is #333FC3. Grayscale: #B5B5B5. Windows color (decimal): -3358660 or 3981516. OLE color: 3981516.
HSL color Cylindrical-coordinate representation of color #CCC03C: hue angle of 55º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCC03C is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 60 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.2 |
| HSL | 55º | 0.59% | 0.52% | - |
| HSV(B) | 55º | 0.71% | 0.8% | - |
| XYZ | 44.57 | 50.86 | 11.74 | - |
| YUV | 180.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 60 | 0 | 0.06 | 0.71 | 0.2 | 55 | 0.59 | 0.52 |
| Hex | CC | C0 | 3C | 0 | 6 | 47 | 14 | 37 | 3B | 34 |
| Octal | 314 | 300 | 74 | 0 | 6 | 107 | 24 | 67 | 73 | 64 |
| Binary | 11001100 | 11000000 | 111100 | 0 | 110 | 1000111 | 10100 | 110111 | 111011 | 110100 |
Color Harmonies of #CCC03C
Complementary color
Monochromatic Colors of #CCC03C
Black with #CCC03C
Text Example
Text Example
White with #CCC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC03C; }
p { color: rgb(204,192,60); }
H1.HeaderClassName
{
color: #CCC03C;
}
.AnyTagClassName
{
color: #CCC03C;
}
</style>
background-color css
<style>
a { background-color: #CCC03C; }
a { background-color: rgb(204,192,60); }
div.DivClassName
{
background-color: #CCC03C;
}
.BgClassName
{
background-color: #CCC03C;
}
</style>
border-color css
<style>
span { border-color: #CCC03C; }
span { border-color: rgb(204,192,60); }
td.TdClassName
{
border-color: #CCC03C;
}
.TagClassName
{
border-color: #CCC03C;
}
</style>