Shades of Metallic Gold #CFA240
Tints of Metallic Gold #CFA240
RGB
CMYK
RGB Variations
Color information
#CFA240 (or 0xCFA240) is known color: Metallic Gold. HEX triplet: CF, A2 and 40. RGB value is (207,162,64). Sum of RGB (Red+Green+Blue) = 207+162+64=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA240 is #305DBF. Grayscale: #A4A4A4. Windows color (decimal): -3169728 or 4235983. OLE color: 4235983.
HSL color Cylindrical-coordinate representation of color #CFA240: hue angle of 41.12º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFA240 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 64 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.19 |
| HSL | 41.12º | 0.6% | 0.53% | - |
| HSV(B) | 41.12º | 0.69% | 0.81% | - |
| XYZ | 39.58 | 39.48 | 10.38 | - |
| YUV | 164.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 64 | 0 | 0.22 | 0.69 | 0.19 | 41.12 | 0.6 | 0.53 |
| Hex | CF | A2 | 40 | 0 | 16 | 45 | 13 | 29 | 3C | 35 |
| Octal | 317 | 242 | 100 | 0 | 26 | 105 | 23 | 51 | 74 | 65 |
| Binary | 11001111 | 10100010 | 1000000 | 0 | 10110 | 1000101 | 10011 | 101001 | 111100 | 110101 |
Color Harmonies of #CFA240
Complementary color
Monochromatic Colors of #CFA240
Black with #CFA240
Text Example
Text Example
White with #CFA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA240; }
p { color: rgb(207,162,64); }
H1.HeaderClassName
{
color: #CFA240;
}
.AnyTagClassName
{
color: #CFA240;
}
</style>
background-color css
<style>
a { background-color: #CFA240; }
a { background-color: rgb(207,162,64); }
div.DivClassName
{
background-color: #CFA240;
}
.BgClassName
{
background-color: #CFA240;
}
</style>
border-color css
<style>
span { border-color: #CFA240; }
span { border-color: rgb(207,162,64); }
td.TdClassName
{
border-color: #CFA240;
}
.TagClassName
{
border-color: #CFA240;
}
</style>