Shades of Metallic Gold #CCA33C
Tints of Metallic Gold #CCA33C
RGB
CMYK
RGB Variations
Color information
#CCA33C (or 0xCCA33C) is known color: Metallic Gold. HEX triplet: CC, A3 and 3C. RGB value is (204,163,60). Sum of RGB (Red+Green+Blue) = 204+163+60=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA33C is #335CC3. Grayscale: #A3A3A3. Windows color (decimal): -3366084 or 3974092. OLE color: 3974092.
HSL color Cylindrical-coordinate representation of color #CCA33C: hue angle of 42.92º 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 #CCA33C is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 60 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.2 |
| HSL | 42.92º | 0.59% | 0.52% | - |
| HSV(B) | 42.92º | 0.71% | 0.8% | - |
| XYZ | 38.81 | 39.36 | 9.83 | - |
| YUV | 163.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 60 | 0 | 0.20 | 0.71 | 0.2 | 42.92 | 0.59 | 0.52 |
| Hex | CC | A3 | 3C | 0 | 14 | 47 | 14 | 2B | 3B | 34 |
| Octal | 314 | 243 | 74 | 0 | 24 | 107 | 24 | 53 | 73 | 64 |
| Binary | 11001100 | 10100011 | 111100 | 0 | 10100 | 1000111 | 10100 | 101011 | 111011 | 110100 |
Color Harmonies of #CCA33C
Complementary color
Monochromatic Colors of #CCA33C
Black with #CCA33C
Text Example
Text Example
White with #CCA33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA33C; }
p { color: rgb(204,163,60); }
H1.HeaderClassName
{
color: #CCA33C;
}
.AnyTagClassName
{
color: #CCA33C;
}
</style>
background-color css
<style>
a { background-color: #CCA33C; }
a { background-color: rgb(204,163,60); }
div.DivClassName
{
background-color: #CCA33C;
}
.BgClassName
{
background-color: #CCA33C;
}
</style>
border-color css
<style>
span { border-color: #CCA33C; }
span { border-color: rgb(204,163,60); }
td.TdClassName
{
border-color: #CCA33C;
}
.TagClassName
{
border-color: #CCA33C;
}
</style>