Shades of Metallic Gold #CFA43D
Tints of Metallic Gold #CFA43D
RGB
CMYK
RGB Variations
Color information
#CFA43D (or 0xCFA43D) is known color: Metallic Gold. HEX triplet: CF, A4 and 3D. RGB value is (207,164,61). Sum of RGB (Red+Green+Blue) = 207+164+61=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA43D is #305BC2. Grayscale: #A5A5A5. Windows color (decimal): -3169219 or 4039887. OLE color: 4039887.
HSL color Cylindrical-coordinate representation of color #CFA43D: hue angle of 42.33º 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 #CFA43D is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 61 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.19 |
| HSL | 42.33º | 0.6% | 0.53% | - |
| HSV(B) | 42.33º | 0.71% | 0.81% | - |
| XYZ | 39.85 | 40.15 | 10.06 | - |
| YUV | 165.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 61 | 0 | 0.21 | 0.71 | 0.19 | 42.33 | 0.6 | 0.53 |
| Hex | CF | A4 | 3D | 0 | 15 | 47 | 13 | 2A | 3C | 35 |
| Octal | 317 | 244 | 75 | 0 | 25 | 107 | 23 | 52 | 74 | 65 |
| Binary | 11001111 | 10100100 | 111101 | 0 | 10101 | 1000111 | 10011 | 101010 | 111100 | 110101 |
Color Harmonies of #CFA43D
Complementary color
Monochromatic Colors of #CFA43D
Black with #CFA43D
Text Example
Text Example
White with #CFA43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA43D; }
p { color: rgb(207,164,61); }
H1.HeaderClassName
{
color: #CFA43D;
}
.AnyTagClassName
{
color: #CFA43D;
}
</style>
background-color css
<style>
a { background-color: #CFA43D; }
a { background-color: rgb(207,164,61); }
div.DivClassName
{
background-color: #CFA43D;
}
.BgClassName
{
background-color: #CFA43D;
}
</style>
border-color css
<style>
span { border-color: #CFA43D; }
span { border-color: rgb(207,164,61); }
td.TdClassName
{
border-color: #CFA43D;
}
.TagClassName
{
border-color: #CFA43D;
}
</style>