Shades of Metallic Gold #CFA741
Tints of Metallic Gold #CFA741
RGB
CMYK
RGB Variations
Color information
#CFA741 (or 0xCFA741) is known color: Metallic Gold. HEX triplet: CF, A7 and 41. RGB value is (207,167,65). Sum of RGB (Red+Green+Blue) = 207+167+65=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA741 is #3058BE. Grayscale: #A7A7A7. Windows color (decimal): -3168447 or 4302799. OLE color: 4302799.
HSL color Cylindrical-coordinate representation of color #CFA741: hue angle of 43.1º 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 #CFA741 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 65 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.19 |
| HSL | 43.1º | 0.6% | 0.53% | - |
| HSV(B) | 43.1º | 0.69% | 0.81% | - |
| XYZ | 40.5 | 41.28 | 10.83 | - |
| YUV | 167.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 65 | 0 | 0.19 | 0.69 | 0.19 | 43.1 | 0.6 | 0.53 |
| Hex | CF | A7 | 41 | 0 | 13 | 45 | 13 | 2B | 3C | 35 |
| Octal | 317 | 247 | 101 | 0 | 23 | 105 | 23 | 53 | 74 | 65 |
| Binary | 11001111 | 10100111 | 1000001 | 0 | 10011 | 1000101 | 10011 | 101011 | 111100 | 110101 |
Color Harmonies of #CFA741
Complementary color
Monochromatic Colors of #CFA741
Black with #CFA741
Text Example
Text Example
White with #CFA741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA741; }
p { color: rgb(207,167,65); }
H1.HeaderClassName
{
color: #CFA741;
}
.AnyTagClassName
{
color: #CFA741;
}
</style>
background-color css
<style>
a { background-color: #CFA741; }
a { background-color: rgb(207,167,65); }
div.DivClassName
{
background-color: #CFA741;
}
.BgClassName
{
background-color: #CFA741;
}
</style>
border-color css
<style>
span { border-color: #CFA741; }
span { border-color: rgb(207,167,65); }
td.TdClassName
{
border-color: #CFA741;
}
.TagClassName
{
border-color: #CFA741;
}
</style>