Shades of Metallic Gold #CFA73E
Tints of Metallic Gold #CFA73E
RGB
CMYK
RGB Variations
Color information
#CFA73E (or 0xCFA73E) is known color: Metallic Gold. HEX triplet: CF, A7 and 3E. RGB value is (207,167,62). Sum of RGB (Red+Green+Blue) = 207+167+62=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA73E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA73E is #3058C1. Grayscale: #A7A7A7. Windows color (decimal): -3168450 or 4106191. OLE color: 4106191.
HSL color Cylindrical-coordinate representation of color #CFA73E: hue angle of 43.45º 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 #CFA73E is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 62 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.19 |
| HSL | 43.45º | 0.6% | 0.53% | - |
| HSV(B) | 43.45º | 0.7% | 0.81% | - |
| XYZ | 40.42 | 41.25 | 10.39 | - |
| YUV | 166.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 62 | 0 | 0.19 | 0.70 | 0.19 | 43.45 | 0.6 | 0.53 |
| Hex | CF | A7 | 3E | 0 | 13 | 46 | 13 | 2B | 3C | 35 |
| Octal | 317 | 247 | 76 | 0 | 23 | 106 | 23 | 53 | 74 | 65 |
| Binary | 11001111 | 10100111 | 111110 | 0 | 10011 | 1000110 | 10011 | 101011 | 111100 | 110101 |
Color Harmonies of #CFA73E
Complementary color
Monochromatic Colors of #CFA73E
Black with #CFA73E
Text Example
Text Example
White with #CFA73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA73E; }
p { color: rgb(207,167,62); }
H1.HeaderClassName
{
color: #CFA73E;
}
.AnyTagClassName
{
color: #CFA73E;
}
</style>
background-color css
<style>
a { background-color: #CFA73E; }
a { background-color: rgb(207,167,62); }
div.DivClassName
{
background-color: #CFA73E;
}
.BgClassName
{
background-color: #CFA73E;
}
</style>
border-color css
<style>
span { border-color: #CFA73E; }
span { border-color: rgb(207,167,62); }
td.TdClassName
{
border-color: #CFA73E;
}
.TagClassName
{
border-color: #CFA73E;
}
</style>