Shades of Old Gold #CCC034
Tints of Old Gold #CCC034
RGB
CMYK
RGB Variations
Color information
#CCC034 (or 0xCCC034) is known color: Old Gold. HEX triplet: CC, C0 and 34. RGB value is (204,192,52). Sum of RGB (Red+Green+Blue) = 204+192+52=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC034 is #333FCB. Grayscale: #B4B4B4. Windows color (decimal): -3358668 or 3457228. OLE color: 3457228.
HSL color Cylindrical-coordinate representation of color #CCC034: hue angle of 55.26º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCC034 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 52 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.2 |
| HSL | 55.26º | 0.6% | 0.5% | - |
| HSV(B) | 55.26º | 0.75% | 0.8% | - |
| XYZ | 44.37 | 50.78 | 10.71 | - |
| YUV | 179.63 | 55.98 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 52 | 0 | 0.06 | 0.75 | 0.2 | 55.26 | 0.6 | 0.5 |
| Hex | CC | C0 | 34 | 0 | 6 | 4B | 14 | 37 | 3C | 32 |
| Octal | 314 | 300 | 64 | 0 | 6 | 113 | 24 | 67 | 74 | 62 |
| Binary | 11001100 | 11000000 | 110100 | 0 | 110 | 1001011 | 10100 | 110111 | 111100 | 110010 |
Color Harmonies of #CCC034
Complementary color
Monochromatic Colors of #CCC034
Black with #CCC034
Text Example
Text Example
White with #CCC034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC034; }
p { color: rgb(204,192,52); }
H1.HeaderClassName
{
color: #CCC034;
}
.AnyTagClassName
{
color: #CCC034;
}
</style>
background-color css
<style>
a { background-color: #CCC034; }
a { background-color: rgb(204,192,52); }
div.DivClassName
{
background-color: #CCC034;
}
.BgClassName
{
background-color: #CCC034;
}
</style>
border-color css
<style>
span { border-color: #CCC034; }
span { border-color: rgb(204,192,52); }
td.TdClassName
{
border-color: #CCC034;
}
.TagClassName
{
border-color: #CCC034;
}
</style>