Shades of Metallic Gold #CCA23A
Tints of Metallic Gold #CCA23A
RGB
CMYK
RGB Variations
Color information
#CCA23A (or 0xCCA23A) is known color: Metallic Gold. HEX triplet: CC, A2 and 3A. RGB value is (204,162,58). Sum of RGB (Red+Green+Blue) = 204+162+58=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA23A is #335DC5. Grayscale: #A3A3A3. Windows color (decimal): -3366342 or 3842764. OLE color: 3842764.
HSL color Cylindrical-coordinate representation of color #CCA23A: hue angle of 42.74º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCA23A is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 58 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.2 |
| HSL | 42.74º | 0.59% | 0.51% | - |
| HSV(B) | 42.74º | 0.72% | 0.8% | - |
| XYZ | 38.59 | 38.98 | 9.49 | - |
| YUV | 162.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 58 | 0 | 0.21 | 0.72 | 0.2 | 42.74 | 0.59 | 0.51 |
| Hex | CC | A2 | 3A | 0 | 15 | 48 | 14 | 2B | 3B | 33 |
| Octal | 314 | 242 | 72 | 0 | 25 | 110 | 24 | 53 | 73 | 63 |
| Binary | 11001100 | 10100010 | 111010 | 0 | 10101 | 1001000 | 10100 | 101011 | 111011 | 110011 |
Color Harmonies of #CCA23A
Complementary color
Monochromatic Colors of #CCA23A
Black with #CCA23A
Text Example
Text Example
White with #CCA23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA23A; }
p { color: rgb(204,162,58); }
H1.HeaderClassName
{
color: #CCA23A;
}
.AnyTagClassName
{
color: #CCA23A;
}
</style>
background-color css
<style>
a { background-color: #CCA23A; }
a { background-color: rgb(204,162,58); }
div.DivClassName
{
background-color: #CCA23A;
}
.BgClassName
{
background-color: #CCA23A;
}
</style>
border-color css
<style>
span { border-color: #CCA23A; }
span { border-color: rgb(204,162,58); }
td.TdClassName
{
border-color: #CCA23A;
}
.TagClassName
{
border-color: #CCA23A;
}
</style>