Shades of Metallic Gold #CCA83C
Tints of Metallic Gold #CCA83C
RGB
CMYK
RGB Variations
Color information
#CCA83C (or 0xCCA83C) is known color: Metallic Gold. HEX triplet: CC, A8 and 3C. RGB value is (204,168,60). Sum of RGB (Red+Green+Blue) = 204+168+60=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA83C is #3357C3. Grayscale: #A6A6A6. Windows color (decimal): -3364804 or 3975372. OLE color: 3975372.
HSL color Cylindrical-coordinate representation of color #CCA83C: hue angle of 45º 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 #CCA83C is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 60 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.2 |
| HSL | 45º | 0.59% | 0.52% | - |
| HSV(B) | 45º | 0.71% | 0.8% | - |
| XYZ | 39.72 | 41.17 | 10.13 | - |
| YUV | 166.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 60 | 0 | 0.18 | 0.71 | 0.2 | 45 | 0.59 | 0.52 |
| Hex | CC | A8 | 3C | 0 | 12 | 47 | 14 | 2D | 3B | 34 |
| Octal | 314 | 250 | 74 | 0 | 22 | 107 | 24 | 55 | 73 | 64 |
| Binary | 11001100 | 10101000 | 111100 | 0 | 10010 | 1000111 | 10100 | 101101 | 111011 | 110100 |
Color Harmonies of #CCA83C
Complementary color
Monochromatic Colors of #CCA83C
Black with #CCA83C
Text Example
Text Example
White with #CCA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA83C; }
p { color: rgb(204,168,60); }
H1.HeaderClassName
{
color: #CCA83C;
}
.AnyTagClassName
{
color: #CCA83C;
}
</style>
background-color css
<style>
a { background-color: #CCA83C; }
a { background-color: rgb(204,168,60); }
div.DivClassName
{
background-color: #CCA83C;
}
.BgClassName
{
background-color: #CCA83C;
}
</style>
border-color css
<style>
span { border-color: #CCA83C; }
span { border-color: rgb(204,168,60); }
td.TdClassName
{
border-color: #CCA83C;
}
.TagClassName
{
border-color: #CCA83C;
}
</style>