Shades of Old Gold #CCC038
Tints of Old Gold #CCC038
RGB
CMYK
RGB Variations
Color information
#CCC038 (or 0xCCC038) is known color: Old Gold. HEX triplet: CC, C0 and 38. RGB value is (204,192,56). Sum of RGB (Red+Green+Blue) = 204+192+56=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 56 (22.27% from 255 or 12.39% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC038 is #333FC7. Grayscale: #B4B4B4. Windows color (decimal): -3358664 or 3719372. OLE color: 3719372.
HSL color Cylindrical-coordinate representation of color #CCC038: hue angle of 55.14º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCC038 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 56 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.2 |
| HSL | 55.14º | 0.59% | 0.51% | - |
| HSV(B) | 55.14º | 0.73% | 0.8% | - |
| XYZ | 44.47 | 50.82 | 11.21 | - |
| YUV | 180.08 | 57.98 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 56 | 0 | 0.06 | 0.73 | 0.2 | 55.14 | 0.59 | 0.51 |
| Hex | CC | C0 | 38 | 0 | 6 | 49 | 14 | 37 | 3B | 33 |
| Octal | 314 | 300 | 70 | 0 | 6 | 111 | 24 | 67 | 73 | 63 |
| Binary | 11001100 | 11000000 | 111000 | 0 | 110 | 1001001 | 10100 | 110111 | 111011 | 110011 |
Color Harmonies of #CCC038
Complementary color
Monochromatic Colors of #CCC038
Black with #CCC038
Text Example
Text Example
White with #CCC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC038; }
p { color: rgb(204,192,56); }
H1.HeaderClassName
{
color: #CCC038;
}
.AnyTagClassName
{
color: #CCC038;
}
</style>
background-color css
<style>
a { background-color: #CCC038; }
a { background-color: rgb(204,192,56); }
div.DivClassName
{
background-color: #CCC038;
}
.BgClassName
{
background-color: #CCC038;
}
</style>
border-color css
<style>
span { border-color: #CCC038; }
span { border-color: rgb(204,192,56); }
td.TdClassName
{
border-color: #CCC038;
}
.TagClassName
{
border-color: #CCC038;
}
</style>