Shades of Metallic Gold #CCA63F
Tints of Metallic Gold #CCA63F
RGB
CMYK
RGB Variations
Color information
#CCA63F (or 0xCCA63F) is known color: Metallic Gold. HEX triplet: CC, A6 and 3F. RGB value is (204,166,63). Sum of RGB (Red+Green+Blue) = 204+166+63=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA63F is #3359C0. Grayscale: #A6A6A6. Windows color (decimal): -3365313 or 4171468. OLE color: 4171468.
HSL color Cylindrical-coordinate representation of color #CCA63F: hue angle of 43.83º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCA63F is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 63 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.2 |
| HSL | 43.83º | 0.58% | 0.52% | - |
| HSV(B) | 43.83º | 0.69% | 0.8% | - |
| XYZ | 39.44 | 40.47 | 10.44 | - |
| YUV | 165.62 | 70.09 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 63 | 0 | 0.19 | 0.69 | 0.2 | 43.83 | 0.58 | 0.52 |
| Hex | CC | A6 | 3F | 0 | 13 | 45 | 14 | 2C | 3A | 34 |
| Octal | 314 | 246 | 77 | 0 | 23 | 105 | 24 | 54 | 72 | 64 |
| Binary | 11001100 | 10100110 | 111111 | 0 | 10011 | 1000101 | 10100 | 101100 | 111010 | 110100 |
Color Harmonies of #CCA63F
Complementary color
Monochromatic Colors of #CCA63F
Black with #CCA63F
Text Example
Text Example
White with #CCA63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA63F; }
p { color: rgb(204,166,63); }
H1.HeaderClassName
{
color: #CCA63F;
}
.AnyTagClassName
{
color: #CCA63F;
}
</style>
background-color css
<style>
a { background-color: #CCA63F; }
a { background-color: rgb(204,166,63); }
div.DivClassName
{
background-color: #CCA63F;
}
.BgClassName
{
background-color: #CCA63F;
}
</style>
border-color css
<style>
span { border-color: #CCA63F; }
span { border-color: rgb(204,166,63); }
td.TdClassName
{
border-color: #CCA63F;
}
.TagClassName
{
border-color: #CCA63F;
}
</style>