Shades of Metallic Gold #CFA43F
Tints of Metallic Gold #CFA43F
RGB
CMYK
RGB Variations
Color information
#CFA43F (or 0xCFA43F) is known color: Metallic Gold. HEX triplet: CF, A4 and 3F. RGB value is (207,164,63). Sum of RGB (Red+Green+Blue) = 207+164+63=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA43F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA43F is #305BC0. Grayscale: #A5A5A5. Windows color (decimal): -3169217 or 4170959. OLE color: 4170959.
HSL color Cylindrical-coordinate representation of color #CFA43F: hue angle of 42.08º 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 #CFA43F is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 63 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.19 |
| HSL | 42.08º | 0.6% | 0.53% | - |
| HSV(B) | 42.08º | 0.7% | 0.81% | - |
| XYZ | 39.9 | 40.18 | 10.35 | - |
| YUV | 165.34 | 70.25 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 63 | 0 | 0.21 | 0.70 | 0.19 | 42.08 | 0.6 | 0.53 |
| Hex | CF | A4 | 3F | 0 | 15 | 46 | 13 | 2A | 3C | 35 |
| Octal | 317 | 244 | 77 | 0 | 25 | 106 | 23 | 52 | 74 | 65 |
| Binary | 11001111 | 10100100 | 111111 | 0 | 10101 | 1000110 | 10011 | 101010 | 111100 | 110101 |
Color Harmonies of #CFA43F
Complementary color
Monochromatic Colors of #CFA43F
Black with #CFA43F
Text Example
Text Example
White with #CFA43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA43F; }
p { color: rgb(207,164,63); }
H1.HeaderClassName
{
color: #CFA43F;
}
.AnyTagClassName
{
color: #CFA43F;
}
</style>
background-color css
<style>
a { background-color: #CFA43F; }
a { background-color: rgb(207,164,63); }
div.DivClassName
{
background-color: #CFA43F;
}
.BgClassName
{
background-color: #CFA43F;
}
</style>
border-color css
<style>
span { border-color: #CFA43F; }
span { border-color: rgb(207,164,63); }
td.TdClassName
{
border-color: #CFA43F;
}
.TagClassName
{
border-color: #CFA43F;
}
</style>