Shades of Metallic Gold #CCA83F
Tints of Metallic Gold #CCA83F
RGB
CMYK
RGB Variations
Color information
#CCA83F (or 0xCCA83F) is known color: Metallic Gold. HEX triplet: CC, A8 and 3F. RGB value is (204,168,63). Sum of RGB (Red+Green+Blue) = 204+168+63=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA83F is #3357C0. Grayscale: #A7A7A7. Windows color (decimal): -3364801 or 4171980. OLE color: 4171980.
HSL color Cylindrical-coordinate representation of color #CCA83F: hue angle of 44.68º 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 #CCA83F is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 63 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.2 |
| HSL | 44.68º | 0.58% | 0.52% | - |
| HSV(B) | 44.68º | 0.69% | 0.8% | - |
| XYZ | 39.8 | 41.2 | 10.56 | - |
| YUV | 166.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 63 | 0 | 0.18 | 0.69 | 0.2 | 44.68 | 0.58 | 0.52 |
| Hex | CC | A8 | 3F | 0 | 12 | 45 | 14 | 2D | 3A | 34 |
| Octal | 314 | 250 | 77 | 0 | 22 | 105 | 24 | 55 | 72 | 64 |
| Binary | 11001100 | 10101000 | 111111 | 0 | 10010 | 1000101 | 10100 | 101101 | 111010 | 110100 |
Color Harmonies of #CCA83F
Complementary color
Monochromatic Colors of #CCA83F
Black with #CCA83F
Text Example
Text Example
White with #CCA83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA83F; }
p { color: rgb(204,168,63); }
H1.HeaderClassName
{
color: #CCA83F;
}
.AnyTagClassName
{
color: #CCA83F;
}
</style>
background-color css
<style>
a { background-color: #CCA83F; }
a { background-color: rgb(204,168,63); }
div.DivClassName
{
background-color: #CCA83F;
}
.BgClassName
{
background-color: #CCA83F;
}
</style>
border-color css
<style>
span { border-color: #CCA83F; }
span { border-color: rgb(204,168,63); }
td.TdClassName
{
border-color: #CCA83F;
}
.TagClassName
{
border-color: #CCA83F;
}
</style>