Shades of Metallic Gold #CFA93F
Tints of Metallic Gold #CFA93F
RGB
CMYK
RGB Variations
Color information
#CFA93F (or 0xCFA93F) is known color: Metallic Gold. HEX triplet: CF, A9 and 3F. RGB value is (207,169,63). Sum of RGB (Red+Green+Blue) = 207+169+63=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA93F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA93F is #3056C0. Grayscale: #A8A8A8. Windows color (decimal): -3167937 or 4172239. OLE color: 4172239.
HSL color Cylindrical-coordinate representation of color #CFA93F: hue angle of 44.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFA93F is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 63 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.19 |
| HSL | 44.17º | 0.6% | 0.53% | - |
| HSV(B) | 44.17º | 0.7% | 0.81% | - |
| XYZ | 40.82 | 42 | 10.66 | - |
| YUV | 168.28 | 68.59 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 63 | 0 | 0.18 | 0.70 | 0.19 | 44.17 | 0.6 | 0.53 |
| Hex | CF | A9 | 3F | 0 | 12 | 46 | 13 | 2C | 3C | 35 |
| Octal | 317 | 251 | 77 | 0 | 22 | 106 | 23 | 54 | 74 | 65 |
| Binary | 11001111 | 10101001 | 111111 | 0 | 10010 | 1000110 | 10011 | 101100 | 111100 | 110101 |
Color Harmonies of #CFA93F
Complementary color
Monochromatic Colors of #CFA93F
Black with #CFA93F
Text Example
Text Example
White with #CFA93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA93F; }
p { color: rgb(207,169,63); }
H1.HeaderClassName
{
color: #CFA93F;
}
.AnyTagClassName
{
color: #CFA93F;
}
</style>
background-color css
<style>
a { background-color: #CFA93F; }
a { background-color: rgb(207,169,63); }
div.DivClassName
{
background-color: #CFA93F;
}
.BgClassName
{
background-color: #CFA93F;
}
</style>
border-color css
<style>
span { border-color: #CFA93F; }
span { border-color: rgb(207,169,63); }
td.TdClassName
{
border-color: #CFA93F;
}
.TagClassName
{
border-color: #CFA93F;
}
</style>