Shades of Metallic Gold #CFA939
Tints of Metallic Gold #CFA939
RGB
CMYK
RGB Variations
Color information
#CFA939 (or 0xCFA939) is known color: Metallic Gold. HEX triplet: CF, A9 and 39. RGB value is (207,169,57). Sum of RGB (Red+Green+Blue) = 207+169+57=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA939 is #3056C6. Grayscale: #A8A8A8. Windows color (decimal): -3167943 or 3779023. OLE color: 3779023.
HSL color Cylindrical-coordinate representation of color #CFA939: hue angle of 44.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFA939 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 57 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.19 |
| HSL | 44.8º | 0.61% | 0.52% | - |
| HSV(B) | 44.8º | 0.72% | 0.81% | - |
| XYZ | 40.66 | 41.94 | 9.82 | - |
| YUV | 167.59 | 65.59 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 57 | 0 | 0.18 | 0.72 | 0.19 | 44.8 | 0.61 | 0.52 |
| Hex | CF | A9 | 39 | 0 | 12 | 48 | 13 | 2D | 3D | 34 |
| Octal | 317 | 251 | 71 | 0 | 22 | 110 | 23 | 55 | 75 | 64 |
| Binary | 11001111 | 10101001 | 111001 | 0 | 10010 | 1001000 | 10011 | 101101 | 111101 | 110100 |
Color Harmonies of #CFA939
Complementary color
Monochromatic Colors of #CFA939
Black with #CFA939
Text Example
Text Example
White with #CFA939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA939; }
p { color: rgb(207,169,57); }
H1.HeaderClassName
{
color: #CFA939;
}
.AnyTagClassName
{
color: #CFA939;
}
</style>
background-color css
<style>
a { background-color: #CFA939; }
a { background-color: rgb(207,169,57); }
div.DivClassName
{
background-color: #CFA939;
}
.BgClassName
{
background-color: #CFA939;
}
</style>
border-color css
<style>
span { border-color: #CFA939; }
span { border-color: rgb(207,169,57); }
td.TdClassName
{
border-color: #CFA939;
}
.TagClassName
{
border-color: #CFA939;
}
</style>