Shades of Metallic Gold #CCA633
Tints of Metallic Gold #CCA633
RGB
CMYK
RGB Variations
Color information
#CCA633 (or 0xCCA633) is known color: Metallic Gold. HEX triplet: CC, A6 and 33. RGB value is (204,166,51). Sum of RGB (Red+Green+Blue) = 204+166+51=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA633 is #3359CC. Grayscale: #A4A4A4. Windows color (decimal): -3365325 or 3385036. OLE color: 3385036.
HSL color Cylindrical-coordinate representation of color #CCA633: hue angle of 45.1º 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 #CCA633 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 51 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.2 |
| HSL | 45.1º | 0.6% | 0.5% | - |
| HSV(B) | 45.1º | 0.75% | 0.8% | - |
| XYZ | 39.14 | 40.35 | 8.86 | - |
| YUV | 164.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 51 | 0 | 0.19 | 0.75 | 0.2 | 45.1 | 0.6 | 0.5 |
| Hex | CC | A6 | 33 | 0 | 13 | 4B | 14 | 2D | 3C | 32 |
| Octal | 314 | 246 | 63 | 0 | 23 | 113 | 24 | 55 | 74 | 62 |
| Binary | 11001100 | 10100110 | 110011 | 0 | 10011 | 1001011 | 10100 | 101101 | 111100 | 110010 |
Color Harmonies of #CCA633
Complementary color
Monochromatic Colors of #CCA633
Black with #CCA633
Text Example
Text Example
White with #CCA633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA633; }
p { color: rgb(204,166,51); }
H1.HeaderClassName
{
color: #CCA633;
}
.AnyTagClassName
{
color: #CCA633;
}
</style>
background-color css
<style>
a { background-color: #CCA633; }
a { background-color: rgb(204,166,51); }
div.DivClassName
{
background-color: #CCA633;
}
.BgClassName
{
background-color: #CCA633;
}
</style>
border-color css
<style>
span { border-color: #CCA633; }
span { border-color: rgb(204,166,51); }
td.TdClassName
{
border-color: #CCA633;
}
.TagClassName
{
border-color: #CCA633;
}
</style>