Shades of Metallic Gold #CCA841
Tints of Metallic Gold #CCA841
RGB
CMYK
RGB Variations
Color information
#CCA841 (or 0xCCA841) is known color: Metallic Gold. HEX triplet: CC, A8 and 41. RGB value is (204,168,65). Sum of RGB (Red+Green+Blue) = 204+168+65=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA841 is #3357BE. Grayscale: #A7A7A7. Windows color (decimal): -3364799 or 4303052. OLE color: 4303052.
HSL color Cylindrical-coordinate representation of color #CCA841: hue angle of 44.46º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCA841 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 65 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.2 |
| HSL | 44.46º | 0.58% | 0.53% | - |
| HSV(B) | 44.46º | 0.68% | 0.8% | - |
| XYZ | 39.86 | 41.22 | 10.86 | - |
| YUV | 167.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 65 | 0 | 0.18 | 0.68 | 0.2 | 44.46 | 0.58 | 0.53 |
| Hex | CC | A8 | 41 | 0 | 12 | 44 | 14 | 2C | 3A | 35 |
| Octal | 314 | 250 | 101 | 0 | 22 | 104 | 24 | 54 | 72 | 65 |
| Binary | 11001100 | 10101000 | 1000001 | 0 | 10010 | 1000100 | 10100 | 101100 | 111010 | 110101 |
Color Harmonies of #CCA841
Complementary color
Monochromatic Colors of #CCA841
Black with #CCA841
Text Example
Text Example
White with #CCA841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA841; }
p { color: rgb(204,168,65); }
H1.HeaderClassName
{
color: #CCA841;
}
.AnyTagClassName
{
color: #CCA841;
}
</style>
background-color css
<style>
a { background-color: #CCA841; }
a { background-color: rgb(204,168,65); }
div.DivClassName
{
background-color: #CCA841;
}
.BgClassName
{
background-color: #CCA841;
}
</style>
border-color css
<style>
span { border-color: #CCA841; }
span { border-color: rgb(204,168,65); }
td.TdClassName
{
border-color: #CCA841;
}
.TagClassName
{
border-color: #CCA841;
}
</style>