Shades of Metallic Gold #CFA437
Tints of Metallic Gold #CFA437
RGB
CMYK
RGB Variations
Color information
#CFA437 (or 0xCFA437) is known color: Metallic Gold. HEX triplet: CF, A4 and 37. RGB value is (207,164,55). Sum of RGB (Red+Green+Blue) = 207+164+55=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA437 is #305BC8. Grayscale: #A4A4A4. Windows color (decimal): -3169225 or 3646671. OLE color: 3646671.
HSL color Cylindrical-coordinate representation of color #CFA437: hue angle of 43.03º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFA437 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 55 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.19 |
| HSL | 43.03º | 0.61% | 0.51% | - |
| HSV(B) | 43.03º | 0.73% | 0.81% | - |
| XYZ | 39.7 | 40.09 | 9.26 | - |
| YUV | 164.43 | 66.25 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 55 | 0 | 0.21 | 0.73 | 0.19 | 43.03 | 0.61 | 0.51 |
| Hex | CF | A4 | 37 | 0 | 15 | 49 | 13 | 2B | 3D | 33 |
| Octal | 317 | 244 | 67 | 0 | 25 | 111 | 23 | 53 | 75 | 63 |
| Binary | 11001111 | 10100100 | 110111 | 0 | 10101 | 1001001 | 10011 | 101011 | 111101 | 110011 |
Color Harmonies of #CFA437
Complementary color
Monochromatic Colors of #CFA437
Black with #CFA437
Text Example
Text Example
White with #CFA437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA437; }
p { color: rgb(207,164,55); }
H1.HeaderClassName
{
color: #CFA437;
}
.AnyTagClassName
{
color: #CFA437;
}
</style>
background-color css
<style>
a { background-color: #CFA437; }
a { background-color: rgb(207,164,55); }
div.DivClassName
{
background-color: #CFA437;
}
.BgClassName
{
background-color: #CFA437;
}
</style>
border-color css
<style>
span { border-color: #CFA437; }
span { border-color: rgb(207,164,55); }
td.TdClassName
{
border-color: #CFA437;
}
.TagClassName
{
border-color: #CFA437;
}
</style>