Shades of Metallic Gold #CFA03A
Tints of Metallic Gold #CFA03A
RGB
CMYK
RGB Variations
Color information
#CFA03A (or 0xCFA03A) is known color: Metallic Gold. HEX triplet: CF, A0 and 3A. RGB value is (207,160,58). Sum of RGB (Red+Green+Blue) = 207+160+58=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA03A is #305FC5. Grayscale: #A2A2A2. Windows color (decimal): -3170246 or 3842255. OLE color: 3842255.
HSL color Cylindrical-coordinate representation of color #CFA03A: hue angle of 41.07º 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 #CFA03A is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 58 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.19 |
| HSL | 41.07º | 0.61% | 0.52% | - |
| HSV(B) | 41.07º | 0.72% | 0.81% | - |
| XYZ | 39.07 | 38.71 | 9.42 | - |
| YUV | 162.43 | 69.07 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 58 | 0 | 0.23 | 0.72 | 0.19 | 41.07 | 0.61 | 0.52 |
| Hex | CF | A0 | 3A | 0 | 17 | 48 | 13 | 29 | 3D | 34 |
| Octal | 317 | 240 | 72 | 0 | 27 | 110 | 23 | 51 | 75 | 64 |
| Binary | 11001111 | 10100000 | 111010 | 0 | 10111 | 1001000 | 10011 | 101001 | 111101 | 110100 |
Color Harmonies of #CFA03A
Complementary color
Monochromatic Colors of #CFA03A
Black with #CFA03A
Text Example
Text Example
White with #CFA03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA03A; }
p { color: rgb(207,160,58); }
H1.HeaderClassName
{
color: #CFA03A;
}
.AnyTagClassName
{
color: #CFA03A;
}
</style>
background-color css
<style>
a { background-color: #CFA03A; }
a { background-color: rgb(207,160,58); }
div.DivClassName
{
background-color: #CFA03A;
}
.BgClassName
{
background-color: #CFA03A;
}
</style>
border-color css
<style>
span { border-color: #CFA03A; }
span { border-color: rgb(207,160,58); }
td.TdClassName
{
border-color: #CFA03A;
}
.TagClassName
{
border-color: #CFA03A;
}
</style>