Shades of Metallic Gold #CCA239
Tints of Metallic Gold #CCA239
RGB
CMYK
RGB Variations
Color information
#CCA239 (or 0xCCA239) is known color: Metallic Gold. HEX triplet: CC, A2 and 39. RGB value is (204,162,57). Sum of RGB (Red+Green+Blue) = 204+162+57=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA239 is #335DC6. Grayscale: #A3A3A3. Windows color (decimal): -3366343 or 3777228. OLE color: 3777228.
HSL color Cylindrical-coordinate representation of color #CCA239: hue angle of 42.86º 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 #CCA239 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 57 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.2 |
| HSL | 42.86º | 0.59% | 0.51% | - |
| HSV(B) | 42.86º | 0.72% | 0.8% | - |
| XYZ | 38.56 | 38.97 | 9.36 | - |
| YUV | 162.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 57 | 0 | 0.21 | 0.72 | 0.2 | 42.86 | 0.59 | 0.51 |
| Hex | CC | A2 | 39 | 0 | 15 | 48 | 14 | 2B | 3B | 33 |
| Octal | 314 | 242 | 71 | 0 | 25 | 110 | 24 | 53 | 73 | 63 |
| Binary | 11001100 | 10100010 | 111001 | 0 | 10101 | 1001000 | 10100 | 101011 | 111011 | 110011 |
Color Harmonies of #CCA239
Complementary color
Monochromatic Colors of #CCA239
Black with #CCA239
Text Example
Text Example
White with #CCA239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA239; }
p { color: rgb(204,162,57); }
H1.HeaderClassName
{
color: #CCA239;
}
.AnyTagClassName
{
color: #CCA239;
}
</style>
background-color css
<style>
a { background-color: #CCA239; }
a { background-color: rgb(204,162,57); }
div.DivClassName
{
background-color: #CCA239;
}
.BgClassName
{
background-color: #CCA239;
}
</style>
border-color css
<style>
span { border-color: #CCA239; }
span { border-color: rgb(204,162,57); }
td.TdClassName
{
border-color: #CCA239;
}
.TagClassName
{
border-color: #CCA239;
}
</style>