Shades of Metallic Gold #CFA940
Tints of Metallic Gold #CFA940
RGB
CMYK
RGB Variations
Color information
#CFA940 (or 0xCFA940) is known color: Metallic Gold. HEX triplet: CF, A9 and 40. RGB value is (207,169,64). Sum of RGB (Red+Green+Blue) = 207+169+64=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA940 is #3056BF. Grayscale: #A8A8A8. Windows color (decimal): -3167936 or 4237775. OLE color: 4237775.
HSL color Cylindrical-coordinate representation of color #CFA940: hue angle of 44.06º 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 #CFA940 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 64 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.19 |
| HSL | 44.06º | 0.6% | 0.53% | - |
| HSV(B) | 44.06º | 0.69% | 0.81% | - |
| XYZ | 40.85 | 42.01 | 10.81 | - |
| YUV | 168.39 | 69.09 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 64 | 0 | 0.18 | 0.69 | 0.19 | 44.06 | 0.6 | 0.53 |
| Hex | CF | A9 | 40 | 0 | 12 | 45 | 13 | 2C | 3C | 35 |
| Octal | 317 | 251 | 100 | 0 | 22 | 105 | 23 | 54 | 74 | 65 |
| Binary | 11001111 | 10101001 | 1000000 | 0 | 10010 | 1000101 | 10011 | 101100 | 111100 | 110101 |
Color Harmonies of #CFA940
Complementary color
Monochromatic Colors of #CFA940
Black with #CFA940
Text Example
Text Example
White with #CFA940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA940; }
p { color: rgb(207,169,64); }
H1.HeaderClassName
{
color: #CFA940;
}
.AnyTagClassName
{
color: #CFA940;
}
</style>
background-color css
<style>
a { background-color: #CFA940; }
a { background-color: rgb(207,169,64); }
div.DivClassName
{
background-color: #CFA940;
}
.BgClassName
{
background-color: #CFA940;
}
</style>
border-color css
<style>
span { border-color: #CFA940; }
span { border-color: rgb(207,169,64); }
td.TdClassName
{
border-color: #CFA940;
}
.TagClassName
{
border-color: #CFA940;
}
</style>