Shades of Metallic Gold #CCA83D
Tints of Metallic Gold #CCA83D
RGB
CMYK
RGB Variations
Color information
#CCA83D (or 0xCCA83D) is known color: Metallic Gold. HEX triplet: CC, A8 and 3D. RGB value is (204,168,61). Sum of RGB (Red+Green+Blue) = 204+168+61=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA83D is #3357C2. Grayscale: #A7A7A7. Windows color (decimal): -3364803 or 4040908. OLE color: 4040908.
HSL color Cylindrical-coordinate representation of color #CCA83D: hue angle of 44.9º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCA83D is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 61 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.2 |
| HSL | 44.9º | 0.58% | 0.52% | - |
| HSV(B) | 44.9º | 0.7% | 0.8% | - |
| XYZ | 39.75 | 41.18 | 10.27 | - |
| YUV | 166.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 61 | 0 | 0.18 | 0.70 | 0.2 | 44.9 | 0.58 | 0.52 |
| Hex | CC | A8 | 3D | 0 | 12 | 46 | 14 | 2D | 3A | 34 |
| Octal | 314 | 250 | 75 | 0 | 22 | 106 | 24 | 55 | 72 | 64 |
| Binary | 11001100 | 10101000 | 111101 | 0 | 10010 | 1000110 | 10100 | 101101 | 111010 | 110100 |
Color Harmonies of #CCA83D
Complementary color
Monochromatic Colors of #CCA83D
Black with #CCA83D
Text Example
Text Example
White with #CCA83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA83D; }
p { color: rgb(204,168,61); }
H1.HeaderClassName
{
color: #CCA83D;
}
.AnyTagClassName
{
color: #CCA83D;
}
</style>
background-color css
<style>
a { background-color: #CCA83D; }
a { background-color: rgb(204,168,61); }
div.DivClassName
{
background-color: #CCA83D;
}
.BgClassName
{
background-color: #CCA83D;
}
</style>
border-color css
<style>
span { border-color: #CCA83D; }
span { border-color: rgb(204,168,61); }
td.TdClassName
{
border-color: #CCA83D;
}
.TagClassName
{
border-color: #CCA83D;
}
</style>