Shades of Metallic Gold #CFA82E
Tints of Metallic Gold #CFA82E
RGB
CMYK
RGB Variations
Color information
#CFA82E (or 0xCFA82E) is known color: Metallic Gold. HEX triplet: CF, A8 and 2E. RGB value is (207,168,46). Sum of RGB (Red+Green+Blue) = 207+168+46=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA82E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA82E is #3057D1. Grayscale: #A6A6A6. Windows color (decimal): -3168210 or 3057871. OLE color: 3057871.
HSL color Cylindrical-coordinate representation of color #CFA82E: hue angle of 45.47º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFA82E is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 46 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.19 |
| HSL | 45.47º | 0.64% | 0.5% | - |
| HSV(B) | 45.47º | 0.78% | 0.81% | - |
| XYZ | 40.23 | 41.47 | 8.47 | - |
| YUV | 165.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 46 | 0 | 0.19 | 0.78 | 0.19 | 45.47 | 0.64 | 0.5 |
| Hex | CF | A8 | 2E | 0 | 13 | 4E | 13 | 2D | 40 | 32 |
| Octal | 317 | 250 | 56 | 0 | 23 | 116 | 23 | 55 | 100 | 62 |
| Binary | 11001111 | 10101000 | 101110 | 0 | 10011 | 1001110 | 10011 | 101101 | 1000000 | 110010 |
Color Harmonies of #CFA82E
Complementary color
Monochromatic Colors of #CFA82E
Black with #CFA82E
Text Example
Text Example
White with #CFA82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA82E; }
p { color: rgb(207,168,46); }
H1.HeaderClassName
{
color: #CFA82E;
}
.AnyTagClassName
{
color: #CFA82E;
}
</style>
background-color css
<style>
a { background-color: #CFA82E; }
a { background-color: rgb(207,168,46); }
div.DivClassName
{
background-color: #CFA82E;
}
.BgClassName
{
background-color: #CFA82E;
}
</style>
border-color css
<style>
span { border-color: #CFA82E; }
span { border-color: rgb(207,168,46); }
td.TdClassName
{
border-color: #CFA82E;
}
.TagClassName
{
border-color: #CFA82E;
}
</style>