Shades of Metallic Gold #CFA740
Tints of Metallic Gold #CFA740
RGB
CMYK
RGB Variations
Color information
#CFA740 (or 0xCFA740) is known color: Metallic Gold. HEX triplet: CF, A7 and 40. RGB value is (207,167,64). Sum of RGB (Red+Green+Blue) = 207+167+64=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA740 is #3058BF. Grayscale: #A7A7A7. Windows color (decimal): -3168448 or 4237263. OLE color: 4237263.
HSL color Cylindrical-coordinate representation of color #CFA740: hue angle of 43.22º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFA740 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 64 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.19 |
| HSL | 43.22º | 0.6% | 0.53% | - |
| HSV(B) | 43.22º | 0.69% | 0.81% | - |
| XYZ | 40.48 | 41.27 | 10.68 | - |
| YUV | 167.22 | 69.75 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 64 | 0 | 0.19 | 0.69 | 0.19 | 43.22 | 0.6 | 0.53 |
| Hex | CF | A7 | 40 | 0 | 13 | 45 | 13 | 2B | 3C | 35 |
| Octal | 317 | 247 | 100 | 0 | 23 | 105 | 23 | 53 | 74 | 65 |
| Binary | 11001111 | 10100111 | 1000000 | 0 | 10011 | 1000101 | 10011 | 101011 | 111100 | 110101 |
Color Harmonies of #CFA740
Complementary color
Monochromatic Colors of #CFA740
Black with #CFA740
Text Example
Text Example
White with #CFA740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA740; }
p { color: rgb(207,167,64); }
H1.HeaderClassName
{
color: #CFA740;
}
.AnyTagClassName
{
color: #CFA740;
}
</style>
background-color css
<style>
a { background-color: #CFA740; }
a { background-color: rgb(207,167,64); }
div.DivClassName
{
background-color: #CFA740;
}
.BgClassName
{
background-color: #CFA740;
}
</style>
border-color css
<style>
span { border-color: #CFA740; }
span { border-color: rgb(207,167,64); }
td.TdClassName
{
border-color: #CFA740;
}
.TagClassName
{
border-color: #CFA740;
}
</style>