Shades of Metallic Gold #CFA03F
Tints of Metallic Gold #CFA03F
RGB
CMYK
RGB Variations
Color information
#CFA03F (or 0xCFA03F) is known color: Metallic Gold. HEX triplet: CF, A0 and 3F. RGB value is (207,160,63). Sum of RGB (Red+Green+Blue) = 207+160+63=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA03F is #305FC0. Grayscale: #A3A3A3. Windows color (decimal): -3170241 or 4169935. OLE color: 4169935.
HSL color Cylindrical-coordinate representation of color #CFA03F: hue angle of 40.42º 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 #CFA03F is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 63 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.19 |
| HSL | 40.42º | 0.6% | 0.53% | - |
| HSV(B) | 40.42º | 0.7% | 0.81% | - |
| XYZ | 39.2 | 38.77 | 10.12 | - |
| YUV | 163 | 71.57 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 63 | 0 | 0.23 | 0.70 | 0.19 | 40.42 | 0.6 | 0.53 |
| Hex | CF | A0 | 3F | 0 | 17 | 46 | 13 | 28 | 3C | 35 |
| Octal | 317 | 240 | 77 | 0 | 27 | 106 | 23 | 50 | 74 | 65 |
| Binary | 11001111 | 10100000 | 111111 | 0 | 10111 | 1000110 | 10011 | 101000 | 111100 | 110101 |
Color Harmonies of #CFA03F
Complementary color
Monochromatic Colors of #CFA03F
Black with #CFA03F
Text Example
Text Example
White with #CFA03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA03F; }
p { color: rgb(207,160,63); }
H1.HeaderClassName
{
color: #CFA03F;
}
.AnyTagClassName
{
color: #CFA03F;
}
</style>
background-color css
<style>
a { background-color: #CFA03F; }
a { background-color: rgb(207,160,63); }
div.DivClassName
{
background-color: #CFA03F;
}
.BgClassName
{
background-color: #CFA03F;
}
</style>
border-color css
<style>
span { border-color: #CFA03F; }
span { border-color: rgb(207,160,63); }
td.TdClassName
{
border-color: #CFA03F;
}
.TagClassName
{
border-color: #CFA03F;
}
</style>