Shades of Metallic Gold #CFA73C
Tints of Metallic Gold #CFA73C
RGB
CMYK
RGB Variations
Color information
#CFA73C (or 0xCFA73C) is known color: Metallic Gold. HEX triplet: CF, A7 and 3C. RGB value is (207,167,60). Sum of RGB (Red+Green+Blue) = 207+167+60=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA73C is #3058C3. Grayscale: #A7A7A7. Windows color (decimal): -3168452 or 3975119. OLE color: 3975119.
HSL color Cylindrical-coordinate representation of color #CFA73C: hue angle of 43.67º 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 #CFA73C is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 60 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.19 |
| HSL | 43.67º | 0.6% | 0.52% | - |
| HSV(B) | 43.67º | 0.71% | 0.81% | - |
| XYZ | 40.37 | 41.23 | 10.11 | - |
| YUV | 166.76 | 67.75 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 60 | 0 | 0.19 | 0.71 | 0.19 | 43.67 | 0.6 | 0.52 |
| Hex | CF | A7 | 3C | 0 | 13 | 47 | 13 | 2C | 3C | 34 |
| Octal | 317 | 247 | 74 | 0 | 23 | 107 | 23 | 54 | 74 | 64 |
| Binary | 11001111 | 10100111 | 111100 | 0 | 10011 | 1000111 | 10011 | 101100 | 111100 | 110100 |
Color Harmonies of #CFA73C
Complementary color
Monochromatic Colors of #CFA73C
Black with #CFA73C
Text Example
Text Example
White with #CFA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA73C; }
p { color: rgb(207,167,60); }
H1.HeaderClassName
{
color: #CFA73C;
}
.AnyTagClassName
{
color: #CFA73C;
}
</style>
background-color css
<style>
a { background-color: #CFA73C; }
a { background-color: rgb(207,167,60); }
div.DivClassName
{
background-color: #CFA73C;
}
.BgClassName
{
background-color: #CFA73C;
}
</style>
border-color css
<style>
span { border-color: #CFA73C; }
span { border-color: rgb(207,167,60); }
td.TdClassName
{
border-color: #CFA73C;
}
.TagClassName
{
border-color: #CFA73C;
}
</style>