Shades of Metallic Gold #CFA737
Tints of Metallic Gold #CFA737
RGB
CMYK
RGB Variations
Color information
#CFA737 (or 0xCFA737) is known color: Metallic Gold. HEX triplet: CF, A7 and 37. RGB value is (207,167,55). Sum of RGB (Red+Green+Blue) = 207+167+55=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA737 is #3058C8. Grayscale: #A6A6A6. Windows color (decimal): -3168457 or 3647439. OLE color: 3647439.
HSL color Cylindrical-coordinate representation of color #CFA737: hue angle of 44.21º 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 #CFA737 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 55 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.19 |
| HSL | 44.21º | 0.61% | 0.51% | - |
| HSV(B) | 44.21º | 0.73% | 0.81% | - |
| XYZ | 40.24 | 41.18 | 9.44 | - |
| YUV | 166.19 | 65.25 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 55 | 0 | 0.19 | 0.73 | 0.19 | 44.21 | 0.61 | 0.51 |
| Hex | CF | A7 | 37 | 0 | 13 | 49 | 13 | 2C | 3D | 33 |
| Octal | 317 | 247 | 67 | 0 | 23 | 111 | 23 | 54 | 75 | 63 |
| Binary | 11001111 | 10100111 | 110111 | 0 | 10011 | 1001001 | 10011 | 101100 | 111101 | 110011 |
Color Harmonies of #CFA737
Complementary color
Monochromatic Colors of #CFA737
Black with #CFA737
Text Example
Text Example
White with #CFA737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA737; }
p { color: rgb(207,167,55); }
H1.HeaderClassName
{
color: #CFA737;
}
.AnyTagClassName
{
color: #CFA737;
}
</style>
background-color css
<style>
a { background-color: #CFA737; }
a { background-color: rgb(207,167,55); }
div.DivClassName
{
background-color: #CFA737;
}
.BgClassName
{
background-color: #CFA737;
}
</style>
border-color css
<style>
span { border-color: #CFA737; }
span { border-color: rgb(207,167,55); }
td.TdClassName
{
border-color: #CFA737;
}
.TagClassName
{
border-color: #CFA737;
}
</style>