Shades of Old Gold #CCB33C
Tints of Old Gold #CCB33C
RGB
CMYK
RGB Variations
Color information
#CCB33C (or 0xCCB33C) is known color: Old Gold. HEX triplet: CC, B3 and 3C. RGB value is (204,179,60). Sum of RGB (Red+Green+Blue) = 204+179+60=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB33C is #334CC3. Grayscale: #ADADAD. Windows color (decimal): -3361988 or 3978188. OLE color: 3978188.
HSL color Cylindrical-coordinate representation of color #CCB33C: hue angle of 49.58º 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 #CCB33C is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 60 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.2 |
| HSL | 49.58º | 0.59% | 0.52% | - |
| HSV(B) | 49.58º | 0.71% | 0.8% | - |
| XYZ | 41.84 | 45.4 | 10.83 | - |
| YUV | 172.91 | 64.28 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 60 | 0 | 0.12 | 0.71 | 0.2 | 49.58 | 0.59 | 0.52 |
| Hex | CC | B3 | 3C | 0 | C | 47 | 14 | 32 | 3B | 34 |
| Octal | 314 | 263 | 74 | 0 | 14 | 107 | 24 | 62 | 73 | 64 |
| Binary | 11001100 | 10110011 | 111100 | 0 | 1100 | 1000111 | 10100 | 110010 | 111011 | 110100 |
Color Harmonies of #CCB33C
Complementary color
Monochromatic Colors of #CCB33C
Black with #CCB33C
Text Example
Text Example
White with #CCB33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB33C; }
p { color: rgb(204,179,60); }
H1.HeaderClassName
{
color: #CCB33C;
}
.AnyTagClassName
{
color: #CCB33C;
}
</style>
background-color css
<style>
a { background-color: #CCB33C; }
a { background-color: rgb(204,179,60); }
div.DivClassName
{
background-color: #CCB33C;
}
.BgClassName
{
background-color: #CCB33C;
}
</style>
border-color css
<style>
span { border-color: #CCB33C; }
span { border-color: rgb(204,179,60); }
td.TdClassName
{
border-color: #CCB33C;
}
.TagClassName
{
border-color: #CCB33C;
}
</style>