Shades of Metallic Gold #CCA23F
Tints of Metallic Gold #CCA23F
RGB
CMYK
RGB Variations
Color information
#CCA23F (or 0xCCA23F) is known color: Metallic Gold. HEX triplet: CC, A2 and 3F. RGB value is (204,162,63). Sum of RGB (Red+Green+Blue) = 204+162+63=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA23F is #335DC0. Grayscale: #A3A3A3. Windows color (decimal): -3366337 or 4170444. OLE color: 4170444.
HSL color Cylindrical-coordinate representation of color #CCA23F: hue angle of 42.13º 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 #CCA23F is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 63 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.2 |
| HSL | 42.13º | 0.58% | 0.52% | - |
| HSV(B) | 42.13º | 0.69% | 0.8% | - |
| XYZ | 38.72 | 39.04 | 10.2 | - |
| YUV | 163.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 63 | 0 | 0.21 | 0.69 | 0.2 | 42.13 | 0.58 | 0.52 |
| Hex | CC | A2 | 3F | 0 | 15 | 45 | 14 | 2A | 3A | 34 |
| Octal | 314 | 242 | 77 | 0 | 25 | 105 | 24 | 52 | 72 | 64 |
| Binary | 11001100 | 10100010 | 111111 | 0 | 10101 | 1000101 | 10100 | 101010 | 111010 | 110100 |
Color Harmonies of #CCA23F
Complementary color
Monochromatic Colors of #CCA23F
Black with #CCA23F
Text Example
Text Example
White with #CCA23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA23F; }
p { color: rgb(204,162,63); }
H1.HeaderClassName
{
color: #CCA23F;
}
.AnyTagClassName
{
color: #CCA23F;
}
</style>
background-color css
<style>
a { background-color: #CCA23F; }
a { background-color: rgb(204,162,63); }
div.DivClassName
{
background-color: #CCA23F;
}
.BgClassName
{
background-color: #CCA23F;
}
</style>
border-color css
<style>
span { border-color: #CCA23F; }
span { border-color: rgb(204,162,63); }
td.TdClassName
{
border-color: #CCA23F;
}
.TagClassName
{
border-color: #CCA23F;
}
</style>