Shades of Metallic Gold #CFA43E
Tints of Metallic Gold #CFA43E
RGB
CMYK
RGB Variations
Color information
#CFA43E (or 0xCFA43E) is known color: Metallic Gold. HEX triplet: CF, A4 and 3E. RGB value is (207,164,62). Sum of RGB (Red+Green+Blue) = 207+164+62=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA43E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA43E is #305BC1. Grayscale: #A5A5A5. Windows color (decimal): -3169218 or 4105423. OLE color: 4105423.
HSL color Cylindrical-coordinate representation of color #CFA43E: hue angle of 42.21º 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 #CFA43E is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 62 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.19 |
| HSL | 42.21º | 0.6% | 0.53% | - |
| HSV(B) | 42.21º | 0.7% | 0.81% | - |
| XYZ | 39.88 | 40.16 | 10.21 | - |
| YUV | 165.23 | 69.75 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 62 | 0 | 0.21 | 0.70 | 0.19 | 42.21 | 0.6 | 0.53 |
| Hex | CF | A4 | 3E | 0 | 15 | 46 | 13 | 2A | 3C | 35 |
| Octal | 317 | 244 | 76 | 0 | 25 | 106 | 23 | 52 | 74 | 65 |
| Binary | 11001111 | 10100100 | 111110 | 0 | 10101 | 1000110 | 10011 | 101010 | 111100 | 110101 |
Color Harmonies of #CFA43E
Complementary color
Monochromatic Colors of #CFA43E
Black with #CFA43E
Text Example
Text Example
White with #CFA43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA43E; }
p { color: rgb(207,164,62); }
H1.HeaderClassName
{
color: #CFA43E;
}
.AnyTagClassName
{
color: #CFA43E;
}
</style>
background-color css
<style>
a { background-color: #CFA43E; }
a { background-color: rgb(207,164,62); }
div.DivClassName
{
background-color: #CFA43E;
}
.BgClassName
{
background-color: #CFA43E;
}
</style>
border-color css
<style>
span { border-color: #CFA43E; }
span { border-color: rgb(207,164,62); }
td.TdClassName
{
border-color: #CFA43E;
}
.TagClassName
{
border-color: #CFA43E;
}
</style>