Shades of Metallic Gold #CFA83D
Tints of Metallic Gold #CFA83D
RGB
CMYK
RGB Variations
Color information
#CFA83D (or 0xCFA83D) is known color: Metallic Gold. HEX triplet: CF, A8 and 3D. RGB value is (207,168,61). Sum of RGB (Red+Green+Blue) = 207+168+61=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA83D is #3057C2. Grayscale: #A7A7A7. Windows color (decimal): -3168195 or 4040911. OLE color: 4040911.
HSL color Cylindrical-coordinate representation of color #CFA83D: hue angle of 43.97º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFA83D is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 61 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.19 |
| HSL | 43.97º | 0.6% | 0.53% | - |
| HSV(B) | 43.97º | 0.71% | 0.81% | - |
| XYZ | 40.58 | 41.61 | 10.31 | - |
| YUV | 167.46 | 67.92 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 61 | 0 | 0.19 | 0.71 | 0.19 | 43.97 | 0.6 | 0.53 |
| Hex | CF | A8 | 3D | 0 | 13 | 47 | 13 | 2C | 3C | 35 |
| Octal | 317 | 250 | 75 | 0 | 23 | 107 | 23 | 54 | 74 | 65 |
| Binary | 11001111 | 10101000 | 111101 | 0 | 10011 | 1000111 | 10011 | 101100 | 111100 | 110101 |
Color Harmonies of #CFA83D
Complementary color
Monochromatic Colors of #CFA83D
Black with #CFA83D
Text Example
Text Example
White with #CFA83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA83D; }
p { color: rgb(207,168,61); }
H1.HeaderClassName
{
color: #CFA83D;
}
.AnyTagClassName
{
color: #CFA83D;
}
</style>
background-color css
<style>
a { background-color: #CFA83D; }
a { background-color: rgb(207,168,61); }
div.DivClassName
{
background-color: #CFA83D;
}
.BgClassName
{
background-color: #CFA83D;
}
</style>
border-color css
<style>
span { border-color: #CFA83D; }
span { border-color: rgb(207,168,61); }
td.TdClassName
{
border-color: #CFA83D;
}
.TagClassName
{
border-color: #CFA83D;
}
</style>