Shades of Metallic Gold #CFA743
Tints of Metallic Gold #CFA743
RGB
CMYK
RGB Variations
Color information
#CFA743 (or 0xCFA743) is known color: Metallic Gold. HEX triplet: CF, A7 and 43. RGB value is (207,167,67). Sum of RGB (Red+Green+Blue) = 207+167+67=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 67 (26.56% from 255 or 15.19% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA743 is #3058BC. Grayscale: #A8A8A8. Windows color (decimal): -3168445 or 4433871. OLE color: 4433871.
HSL color Cylindrical-coordinate representation of color #CFA743: hue angle of 42.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFA743 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 67 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.19 |
| HSL | 42.86º | 0.59% | 0.54% | - |
| HSV(B) | 42.86º | 0.68% | 0.81% | - |
| XYZ | 40.56 | 41.31 | 11.15 | - |
| YUV | 167.56 | 71.25 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 67 | 0 | 0.19 | 0.68 | 0.19 | 42.86 | 0.59 | 0.54 |
| Hex | CF | A7 | 43 | 0 | 13 | 44 | 13 | 2B | 3B | 36 |
| Octal | 317 | 247 | 103 | 0 | 23 | 104 | 23 | 53 | 73 | 66 |
| Binary | 11001111 | 10100111 | 1000011 | 0 | 10011 | 1000100 | 10011 | 101011 | 111011 | 110110 |
Color Harmonies of #CFA743
Complementary color
Monochromatic Colors of #CFA743
Black with #CFA743
Text Example
Text Example
White with #CFA743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA743; }
p { color: rgb(207,167,67); }
H1.HeaderClassName
{
color: #CFA743;
}
.AnyTagClassName
{
color: #CFA743;
}
</style>
background-color css
<style>
a { background-color: #CFA743; }
a { background-color: rgb(207,167,67); }
div.DivClassName
{
background-color: #CFA743;
}
.BgClassName
{
background-color: #CFA743;
}
</style>
border-color css
<style>
span { border-color: #CFA743; }
span { border-color: rgb(207,167,67); }
td.TdClassName
{
border-color: #CFA743;
}
.TagClassName
{
border-color: #CFA743;
}
</style>