Shades of Metallic Gold #CFA43A
Tints of Metallic Gold #CFA43A
RGB
CMYK
RGB Variations
Color information
#CFA43A (or 0xCFA43A) is known color: Metallic Gold. HEX triplet: CF, A4 and 3A. RGB value is (207,164,58). Sum of RGB (Red+Green+Blue) = 207+164+58=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA43A is #305BC5. Grayscale: #A5A5A5. Windows color (decimal): -3169222 or 3843279. OLE color: 3843279.
HSL color Cylindrical-coordinate representation of color #CFA43A: hue angle of 42.68º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFA43A is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 58 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.19 |
| HSL | 42.68º | 0.61% | 0.52% | - |
| HSV(B) | 42.68º | 0.72% | 0.81% | - |
| XYZ | 39.77 | 40.12 | 9.65 | - |
| YUV | 164.77 | 67.75 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 58 | 0 | 0.21 | 0.72 | 0.19 | 42.68 | 0.61 | 0.52 |
| Hex | CF | A4 | 3A | 0 | 15 | 48 | 13 | 2B | 3D | 34 |
| Octal | 317 | 244 | 72 | 0 | 25 | 110 | 23 | 53 | 75 | 64 |
| Binary | 11001111 | 10100100 | 111010 | 0 | 10101 | 1001000 | 10011 | 101011 | 111101 | 110100 |
Color Harmonies of #CFA43A
Complementary color
Monochromatic Colors of #CFA43A
Black with #CFA43A
Text Example
Text Example
White with #CFA43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA43A; }
p { color: rgb(207,164,58); }
H1.HeaderClassName
{
color: #CFA43A;
}
.AnyTagClassName
{
color: #CFA43A;
}
</style>
background-color css
<style>
a { background-color: #CFA43A; }
a { background-color: rgb(207,164,58); }
div.DivClassName
{
background-color: #CFA43A;
}
.BgClassName
{
background-color: #CFA43A;
}
</style>
border-color css
<style>
span { border-color: #CFA43A; }
span { border-color: rgb(207,164,58); }
td.TdClassName
{
border-color: #CFA43A;
}
.TagClassName
{
border-color: #CFA43A;
}
</style>