Shades of Metallic Gold #CFA03C
Tints of Metallic Gold #CFA03C
RGB
CMYK
RGB Variations
Color information
#CFA03C (or 0xCFA03C) is known color: Metallic Gold. HEX triplet: CF, A0 and 3C. RGB value is (207,160,60). Sum of RGB (Red+Green+Blue) = 207+160+60=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA03C is #305FC3. Grayscale: #A3A3A3. Windows color (decimal): -3170244 or 3973327. OLE color: 3973327.
HSL color Cylindrical-coordinate representation of color #CFA03C: hue angle of 40.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFA03C is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 60 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.19 |
| HSL | 40.82º | 0.6% | 0.52% | - |
| HSV(B) | 40.82º | 0.71% | 0.81% | - |
| XYZ | 39.12 | 38.73 | 9.69 | - |
| YUV | 162.65 | 70.07 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 60 | 0 | 0.23 | 0.71 | 0.19 | 40.82 | 0.6 | 0.52 |
| Hex | CF | A0 | 3C | 0 | 17 | 47 | 13 | 29 | 3C | 34 |
| Octal | 317 | 240 | 74 | 0 | 27 | 107 | 23 | 51 | 74 | 64 |
| Binary | 11001111 | 10100000 | 111100 | 0 | 10111 | 1000111 | 10011 | 101001 | 111100 | 110100 |
Color Harmonies of #CFA03C
Complementary color
Monochromatic Colors of #CFA03C
Black with #CFA03C
Text Example
Text Example
White with #CFA03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA03C; }
p { color: rgb(207,160,60); }
H1.HeaderClassName
{
color: #CFA03C;
}
.AnyTagClassName
{
color: #CFA03C;
}
</style>
background-color css
<style>
a { background-color: #CFA03C; }
a { background-color: rgb(207,160,60); }
div.DivClassName
{
background-color: #CFA03C;
}
.BgClassName
{
background-color: #CFA03C;
}
</style>
border-color css
<style>
span { border-color: #CFA03C; }
span { border-color: rgb(207,160,60); }
td.TdClassName
{
border-color: #CFA03C;
}
.TagClassName
{
border-color: #CFA03C;
}
</style>