Shades of Old Gold #CCC03E
Tints of Old Gold #CCC03E
RGB
CMYK
RGB Variations
Color information
#CCC03E (or 0xCCC03E) is known color: Old Gold. HEX triplet: CC, C0 and 3E. RGB value is (204,192,62). Sum of RGB (Red+Green+Blue) = 204+192+62=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC03E is #333FC1. Grayscale: #B5B5B5. Windows color (decimal): -3358658 or 4112588. OLE color: 4112588.
HSL color Cylindrical-coordinate representation of color #CCC03E: hue angle of 54.93º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCC03E is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 62 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.2 |
| HSL | 54.93º | 0.58% | 0.52% | - |
| HSV(B) | 54.93º | 0.7% | 0.8% | - |
| XYZ | 44.62 | 50.88 | 12.03 | - |
| YUV | 180.77 | 60.98 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 62 | 0 | 0.06 | 0.70 | 0.2 | 54.93 | 0.58 | 0.52 |
| Hex | CC | C0 | 3E | 0 | 6 | 46 | 14 | 37 | 3A | 34 |
| Octal | 314 | 300 | 76 | 0 | 6 | 106 | 24 | 67 | 72 | 64 |
| Binary | 11001100 | 11000000 | 111110 | 0 | 110 | 1000110 | 10100 | 110111 | 111010 | 110100 |
Color Harmonies of #CCC03E
Complementary color
Monochromatic Colors of #CCC03E
Black with #CCC03E
Text Example
Text Example
White with #CCC03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC03E; }
p { color: rgb(204,192,62); }
H1.HeaderClassName
{
color: #CCC03E;
}
.AnyTagClassName
{
color: #CCC03E;
}
</style>
background-color css
<style>
a { background-color: #CCC03E; }
a { background-color: rgb(204,192,62); }
div.DivClassName
{
background-color: #CCC03E;
}
.BgClassName
{
background-color: #CCC03E;
}
</style>
border-color css
<style>
span { border-color: #CCC03E; }
span { border-color: rgb(204,192,62); }
td.TdClassName
{
border-color: #CCC03E;
}
.TagClassName
{
border-color: #CCC03E;
}
</style>