Shades of Metallic Gold #CFA731
Tints of Metallic Gold #CFA731
RGB
CMYK
RGB Variations
Color information
#CFA731 (or 0xCFA731) is known color: Metallic Gold. HEX triplet: CF, A7 and 31. RGB value is (207,167,49). Sum of RGB (Red+Green+Blue) = 207+167+49=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA731 is #3058CE. Grayscale: #A6A6A6. Windows color (decimal): -3168463 or 3254223. OLE color: 3254223.
HSL color Cylindrical-coordinate representation of color #CFA731: hue angle of 44.81º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFA731 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 49 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.19 |
| HSL | 44.81º | 0.62% | 0.5% | - |
| HSV(B) | 44.81º | 0.76% | 0.81% | - |
| XYZ | 40.11 | 41.12 | 8.73 | - |
| YUV | 165.51 | 62.25 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 49 | 0 | 0.19 | 0.76 | 0.19 | 44.81 | 0.62 | 0.5 |
| Hex | CF | A7 | 31 | 0 | 13 | 4C | 13 | 2D | 3E | 32 |
| Octal | 317 | 247 | 61 | 0 | 23 | 114 | 23 | 55 | 76 | 62 |
| Binary | 11001111 | 10100111 | 110001 | 0 | 10011 | 1001100 | 10011 | 101101 | 111110 | 110010 |
Color Harmonies of #CFA731
Complementary color
Monochromatic Colors of #CFA731
Black with #CFA731
Text Example
Text Example
White with #CFA731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA731; }
p { color: rgb(207,167,49); }
H1.HeaderClassName
{
color: #CFA731;
}
.AnyTagClassName
{
color: #CFA731;
}
</style>
background-color css
<style>
a { background-color: #CFA731; }
a { background-color: rgb(207,167,49); }
div.DivClassName
{
background-color: #CFA731;
}
.BgClassName
{
background-color: #CFA731;
}
</style>
border-color css
<style>
span { border-color: #CFA731; }
span { border-color: rgb(207,167,49); }
td.TdClassName
{
border-color: #CFA731;
}
.TagClassName
{
border-color: #CFA731;
}
</style>