Shades of Metallic Gold #CFA63F
Tints of Metallic Gold #CFA63F
RGB
CMYK
RGB Variations
Color information
#CFA63F (or 0xCFA63F) is known color: Metallic Gold. HEX triplet: CF, A6 and 3F. RGB value is (207,166,63). Sum of RGB (Red+Green+Blue) = 207+166+63=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA63F is #3059C0. Grayscale: #A6A6A6. Windows color (decimal): -3168705 or 4171471. OLE color: 4171471.
HSL color Cylindrical-coordinate representation of color #CFA63F: hue angle of 42.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFA63F is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 63 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.19 |
| HSL | 42.92º | 0.6% | 0.53% | - |
| HSV(B) | 42.92º | 0.7% | 0.81% | - |
| XYZ | 40.27 | 40.9 | 10.47 | - |
| YUV | 166.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 63 | 0 | 0.20 | 0.70 | 0.19 | 42.92 | 0.6 | 0.53 |
| Hex | CF | A6 | 3F | 0 | 14 | 46 | 13 | 2B | 3C | 35 |
| Octal | 317 | 246 | 77 | 0 | 24 | 106 | 23 | 53 | 74 | 65 |
| Binary | 11001111 | 10100110 | 111111 | 0 | 10100 | 1000110 | 10011 | 101011 | 111100 | 110101 |
Color Harmonies of #CFA63F
Complementary color
Monochromatic Colors of #CFA63F
Black with #CFA63F
Text Example
Text Example
White with #CFA63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA63F; }
p { color: rgb(207,166,63); }
H1.HeaderClassName
{
color: #CFA63F;
}
.AnyTagClassName
{
color: #CFA63F;
}
</style>
background-color css
<style>
a { background-color: #CFA63F; }
a { background-color: rgb(207,166,63); }
div.DivClassName
{
background-color: #CFA63F;
}
.BgClassName
{
background-color: #CFA63F;
}
</style>
border-color css
<style>
span { border-color: #CFA63F; }
span { border-color: rgb(207,166,63); }
td.TdClassName
{
border-color: #CFA63F;
}
.TagClassName
{
border-color: #CFA63F;
}
</style>