Shades of Metallic Gold #CFA42F
Tints of Metallic Gold #CFA42F
RGB
CMYK
RGB Variations
Color information
#CFA42F (or 0xCFA42F) is known color: Metallic Gold. HEX triplet: CF, A4 and 2F. RGB value is (207,164,47). Sum of RGB (Red+Green+Blue) = 207+164+47=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA42F is #305BD0. Grayscale: #A4A4A4. Windows color (decimal): -3169233 or 3122383. OLE color: 3122383.
HSL color Cylindrical-coordinate representation of color #CFA42F: hue angle of 43.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFA42F is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 47 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.19 |
| HSL | 43.88º | 0.63% | 0.5% | - |
| HSV(B) | 43.88º | 0.77% | 0.81% | - |
| XYZ | 39.52 | 40.02 | 8.33 | - |
| YUV | 163.52 | 62.25 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 47 | 0 | 0.21 | 0.77 | 0.19 | 43.88 | 0.63 | 0.5 |
| Hex | CF | A4 | 2F | 0 | 15 | 4D | 13 | 2C | 3F | 32 |
| Octal | 317 | 244 | 57 | 0 | 25 | 115 | 23 | 54 | 77 | 62 |
| Binary | 11001111 | 10100100 | 101111 | 0 | 10101 | 1001101 | 10011 | 101100 | 111111 | 110010 |
Color Harmonies of #CFA42F
Complementary color
Monochromatic Colors of #CFA42F
Black with #CFA42F
Text Example
Text Example
White with #CFA42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA42F; }
p { color: rgb(207,164,47); }
H1.HeaderClassName
{
color: #CFA42F;
}
.AnyTagClassName
{
color: #CFA42F;
}
</style>
background-color css
<style>
a { background-color: #CFA42F; }
a { background-color: rgb(207,164,47); }
div.DivClassName
{
background-color: #CFA42F;
}
.BgClassName
{
background-color: #CFA42F;
}
</style>
border-color css
<style>
span { border-color: #CFA42F; }
span { border-color: rgb(207,164,47); }
td.TdClassName
{
border-color: #CFA42F;
}
.TagClassName
{
border-color: #CFA42F;
}
</style>