Shades of Metallic Gold #CFA637
Tints of Metallic Gold #CFA637
RGB
CMYK
RGB Variations
Color information
#CFA637 (or 0xCFA637) is known color: Metallic Gold. HEX triplet: CF, A6 and 37. RGB value is (207,166,55). Sum of RGB (Red+Green+Blue) = 207+166+55=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 55 (21.88% from 255 or 12.85% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA637 is #3059C8. Grayscale: #A6A6A6. Windows color (decimal): -3168713 or 3647183. OLE color: 3647183.
HSL color Cylindrical-coordinate representation of color #CFA637: hue angle of 43.82º 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 #CFA637 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 55 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.19 |
| HSL | 43.82º | 0.61% | 0.51% | - |
| HSV(B) | 43.82º | 0.73% | 0.81% | - |
| XYZ | 40.06 | 40.81 | 9.38 | - |
| YUV | 165.61 | 65.58 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 55 | 0 | 0.20 | 0.73 | 0.19 | 43.82 | 0.61 | 0.51 |
| Hex | CF | A6 | 37 | 0 | 14 | 49 | 13 | 2C | 3D | 33 |
| Octal | 317 | 246 | 67 | 0 | 24 | 111 | 23 | 54 | 75 | 63 |
| Binary | 11001111 | 10100110 | 110111 | 0 | 10100 | 1001001 | 10011 | 101100 | 111101 | 110011 |
Color Harmonies of #CFA637
Complementary color
Monochromatic Colors of #CFA637
Black with #CFA637
Text Example
Text Example
White with #CFA637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA637; }
p { color: rgb(207,166,55); }
H1.HeaderClassName
{
color: #CFA637;
}
.AnyTagClassName
{
color: #CFA637;
}
</style>
background-color css
<style>
a { background-color: #CFA637; }
a { background-color: rgb(207,166,55); }
div.DivClassName
{
background-color: #CFA637;
}
.BgClassName
{
background-color: #CFA637;
}
</style>
border-color css
<style>
span { border-color: #CFA637; }
span { border-color: rgb(207,166,55); }
td.TdClassName
{
border-color: #CFA637;
}
.TagClassName
{
border-color: #CFA637;
}
</style>