Shades of Metallic Gold #CFA643
Tints of Metallic Gold #CFA643
RGB
CMYK
RGB Variations
Color information
#CFA643 (or 0xCFA643) is known color: Metallic Gold. HEX triplet: CF, A6 and 43. RGB value is (207,166,67). Sum of RGB (Red+Green+Blue) = 207+166+67=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 67 (26.56% from 255 or 15.23% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA643 is #3059BC. Grayscale: #A7A7A7. Windows color (decimal): -3168701 or 4433615. OLE color: 4433615.
HSL color Cylindrical-coordinate representation of color #CFA643: hue angle of 42.43º 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 #CFA643 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 67 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.19 |
| HSL | 42.43º | 0.59% | 0.54% | - |
| HSV(B) | 42.43º | 0.68% | 0.81% | - |
| XYZ | 40.38 | 40.94 | 11.08 | - |
| YUV | 166.97 | 71.58 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 67 | 0 | 0.20 | 0.68 | 0.19 | 42.43 | 0.59 | 0.54 |
| Hex | CF | A6 | 43 | 0 | 14 | 44 | 13 | 2A | 3B | 36 |
| Octal | 317 | 246 | 103 | 0 | 24 | 104 | 23 | 52 | 73 | 66 |
| Binary | 11001111 | 10100110 | 1000011 | 0 | 10100 | 1000100 | 10011 | 101010 | 111011 | 110110 |
Color Harmonies of #CFA643
Complementary color
Monochromatic Colors of #CFA643
Black with #CFA643
Text Example
Text Example
White with #CFA643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA643; }
p { color: rgb(207,166,67); }
H1.HeaderClassName
{
color: #CFA643;
}
.AnyTagClassName
{
color: #CFA643;
}
</style>
background-color css
<style>
a { background-color: #CFA643; }
a { background-color: rgb(207,166,67); }
div.DivClassName
{
background-color: #CFA643;
}
.BgClassName
{
background-color: #CFA643;
}
</style>
border-color css
<style>
span { border-color: #CFA643; }
span { border-color: rgb(207,166,67); }
td.TdClassName
{
border-color: #CFA643;
}
.TagClassName
{
border-color: #CFA643;
}
</style>