Shades of Metallic Gold #CFA33F
Tints of Metallic Gold #CFA33F
RGB
CMYK
RGB Variations
Color information
#CFA33F (or 0xCFA33F) is known color: Metallic Gold. HEX triplet: CF, A3 and 3F. RGB value is (207,163,63). Sum of RGB (Red+Green+Blue) = 207+163+63=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA33F is #305CC0. Grayscale: #A5A5A5. Windows color (decimal): -3169473 or 4170703. OLE color: 4170703.
HSL color Cylindrical-coordinate representation of color #CFA33F: hue angle of 41.67º 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 #CFA33F is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 63 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.19 |
| HSL | 41.67º | 0.6% | 0.53% | - |
| HSV(B) | 41.67º | 0.7% | 0.81% | - |
| XYZ | 39.73 | 39.82 | 10.29 | - |
| YUV | 164.76 | 70.58 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 63 | 0 | 0.21 | 0.70 | 0.19 | 41.67 | 0.6 | 0.53 |
| Hex | CF | A3 | 3F | 0 | 15 | 46 | 13 | 2A | 3C | 35 |
| Octal | 317 | 243 | 77 | 0 | 25 | 106 | 23 | 52 | 74 | 65 |
| Binary | 11001111 | 10100011 | 111111 | 0 | 10101 | 1000110 | 10011 | 101010 | 111100 | 110101 |
Color Harmonies of #CFA33F
Complementary color
Monochromatic Colors of #CFA33F
Black with #CFA33F
Text Example
Text Example
White with #CFA33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA33F; }
p { color: rgb(207,163,63); }
H1.HeaderClassName
{
color: #CFA33F;
}
.AnyTagClassName
{
color: #CFA33F;
}
</style>
background-color css
<style>
a { background-color: #CFA33F; }
a { background-color: rgb(207,163,63); }
div.DivClassName
{
background-color: #CFA33F;
}
.BgClassName
{
background-color: #CFA33F;
}
</style>
border-color css
<style>
span { border-color: #CFA33F; }
span { border-color: rgb(207,163,63); }
td.TdClassName
{
border-color: #CFA33F;
}
.TagClassName
{
border-color: #CFA33F;
}
</style>